mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Restrict responsive to the bottom_bar
This commit is contained in:
parent
883a315270
commit
66400b4dfc
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ function DefaultEditorBottomBar({
|
|||
|
||||
return (
|
||||
<EuiBottomBar>
|
||||
<EuiFlexGroup justifyContent="spaceBetween">
|
||||
<EuiFlexGroup justifyContent="spaceBetween" responsive={false}>
|
||||
<EuiFlexItem grow={false} />
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiFlexGroup gutterSize="s">
|
||||
<EuiFlexGroup gutterSize="s" responsive={false}>
|
||||
{enableAutoApply && (
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiToolTip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue