[ML] AIOps Fixing style of pattern analysis controls in Discover (#189883)

Additional class is needed for the buttons to render correctly.

**Fixed**

![image](https://github.com/user-attachments/assets/b475ce2e-f65c-4e23-b548-cdd4aedfc182)

**Broken**


![image](https://github.com/user-attachments/assets/d037560c-37b1-47ed-b676-d75918e94ba2)
This commit is contained in:
James Gowdy 2024-08-05 19:38:50 +01:00 committed by GitHub
parent 52aea61e15
commit 507f1d2863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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