Log Line Details header: add more space between icons (#109283)
LogLineDetailsHeader: add more space between icons
This commit is contained in:
@@ -279,7 +279,8 @@ const getStyles = (theme: GrafanaTheme2, mode: LogLineDetailsMode, wrapLogMessag
|
||||
}),
|
||||
icons: css({
|
||||
display: 'flex',
|
||||
gap: theme.spacing(0.75),
|
||||
gap: theme.spacing(1),
|
||||
paddingLeft: theme.spacing(1),
|
||||
}),
|
||||
copyLogButton: css({
|
||||
padding: 0,
|
||||
|
||||
Reference in New Issue
Block a user