Skip to content

Commit

Permalink
improve icon spacing on source table (#129460)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox authored Apr 5, 2022
1 parent 3bb27f2 commit 036c926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const SourceRow: React.FC<SourceRowProps> = ({
<EuiFlexGroup
justifyContent="flexStart"
alignItems="center"
gutterSize="xs"
gutterSize="m"
responsive={false}
>
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 036c926

Please sign in to comment.