Fixed the beta badge layout. (#71835)

This commit is contained in:
Bohdan Tsymbala 2020-07-15 15:55:55 +02:00 committed by GitHub
parent f0b4986099
commit 6711d0d9e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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">