mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
improve icon spacing on source table (#129460)
This commit is contained in:
parent
3bb27f21fa
commit
036c926187
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export const SourceRow: React.FC<SourceRowProps> = ({
|
|||
<EuiFlexGroup
|
||||
justifyContent="flexStart"
|
||||
alignItems="center"
|
||||
gutterSize="xs"
|
||||
gutterSize="m"
|
||||
responsive={false}
|
||||
>
|
||||
<EuiFlexItem grow={false}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue