Skip to content

Commit

Permalink
[ML] AIOps Fixing style of pattern analysis controls in Discover (#18…
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Aug 5, 2024
1 parent 52aea61 commit 507f1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 507f1d2

Please sign in to comment.