mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ML] AIOps Fixing style of pattern analysis controls in Discover (#189883)
Additional class is needed for the buttons to render correctly. **Fixed**  **Broken** 
This commit is contained in:
parent
52aea61e15
commit
507f1d2863
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const DiscoverTabs: FC<Props> = ({
|
|||
query,
|
||||
}) => {
|
||||
return (
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiFlexItem grow={false} className="unifiedDataTableToolbar">
|
||||
<EuiFlexGroup gutterSize="none">
|
||||
<EuiFlexItem grow={false}>{renderViewModeToggle(data?.categories.length)}</EuiFlexItem>
|
||||
<EuiFlexItem />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue