Skip to content

Commit

Permalink
Fixed the beta badge layout. (#71835) (#71868)
Browse files Browse the repository at this point in the history
  • Loading branch information
efreeti authored Jul 16, 2020
1 parent 57ca8c7 commit 53b474c
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 53b474c

Please sign in to comment.