We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386c7b5 commit 2ec0fefCopy full SHA for 2ec0fef
2 files changed
x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.tsx
@@ -377,7 +377,7 @@ export const HostList = () => {
377
data-test-subj="hostPage"
378
headerLeft={
379
<>
380
- <EuiFlexGroup alignItems="center">
+ <EuiFlexGroup alignItems="center" responsive={false}>
381
<EuiFlexItem grow={false}>
382
<EuiTitle size="l">
383
<h1 data-test-subj="pageViewHeaderLeftTitle">
x-pack/plugins/security_solution/public/management/pages/policy/view/policy_list.tsx
@@ -396,7 +396,7 @@ export const PolicyList = React.memo(() => {
396
data-test-subj="policyListPage"
397
398
399
400
401
402
0 commit comments