Skip to content

Commit

Permalink
Reduce the gap between the elements of a compressed OuiSearchBar
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Oct 2, 2024
1 parent 6e70f37 commit f1c2099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search_bar/search_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class OuiSearchBar extends Component<OuiSearchBarProps, State> {

return (
<OuiFlexGroup
gutterSize="m"
gutterSize={compressed ? 's' : 'm'}
alignItems="center"
className={className}
wrap>
Expand Down

0 comments on commit f1c2099

Please sign in to comment.