Skip to content

Commit

Permalink
remove gutter entirely on query buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Oct 22, 2024
1 parent 0899b25 commit 59a07cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function ConfigureSearchRequest(props: ConfigureSearchRequestProps) {
</EuiText>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiFlexGroup>
<EuiFlexGroup direction="row" gutterSize="none">
<EuiFlexItem>
<EuiSmallButtonEmpty
style={{ width: '100px' }}
Expand Down

0 comments on commit 59a07cd

Please sign in to comment.