Skip to content

Commit

Permalink
[APM] Increase guttersize of the searchbar flex group
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Feb 11, 2021
1 parent 97054a6 commit 33910a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/public/components/shared/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function SearchBar({ prepend, showTimeComparison = false }: Props) {
const { isMedium, isLarge } = useBreakPoints();
const itemsStyle = { marginBottom: isLarge ? px(unit) : 0 };
return (
<SearchBarFlexGroup gutterSize="s" direction={getRowDirection(isLarge)}>
<SearchBarFlexGroup gutterSize="m" direction={getRowDirection(isLarge)}>
<EuiFlexItem>
<KueryBar prepend={prepend} />
</EuiFlexItem>
Expand Down

0 comments on commit 33910a9

Please sign in to comment.