Skip to content

Commit

Permalink
Fixed the beta badge layout. (elastic#71835)
Browse files Browse the repository at this point in the history
  • Loading branch information
efreeti committed Jul 16, 2020
1 parent 329e197 commit e9893d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export const HostList = () => {
data-test-subj="hostPage"
headerLeft={
<>
<EuiFlexGroup alignItems="center">
<EuiFlexGroup alignItems="center" responsive={false}>
<EuiFlexItem grow={false}>
<EuiTitle size="l">
<h1 data-test-subj="pageViewHeaderLeftTitle">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const PolicyList = React.memo(() => {
data-test-subj="policyListPage"
headerLeft={
<>
<EuiFlexGroup alignItems="center">
<EuiFlexGroup alignItems="center" responsive={false}>
<EuiFlexItem grow={false}>
<EuiTitle size="l">
<h1 data-test-subj="pageViewHeaderLeftTitle">
Expand Down

0 comments on commit e9893d2

Please sign in to comment.