mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Unified search] Fixes the problem with the button popover buttons on DSL filters (#142402) (#142458)
* [Unified search] Fixes the problem with the button popover buttons on DSL filters
* Add comment
* Apply comments
(cherry picked from commit fe2210b96d
)
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
parent
56db97f070
commit
8a3afc220b
1 changed files with 7 additions and 1 deletions
|
@ -169,7 +169,13 @@ class FilterEditorUI extends Component<FilterEditorProps, State> {
|
|||
</div>
|
||||
|
||||
<EuiPopoverFooter paddingSize="s">
|
||||
<EuiFlexGroup direction="rowReverse" alignItems="center" responsive={false}>
|
||||
{/* Adding isolation here fixes this bug https://github.com/elastic/kibana/issues/142211 */}
|
||||
<EuiFlexGroup
|
||||
direction="rowReverse"
|
||||
alignItems="center"
|
||||
style={{ isolation: 'isolate' }}
|
||||
responsive={false}
|
||||
>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiButton
|
||||
fill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue