mirror of https://github.com/grafana/grafana.git
LogLine: add min-height to fields wrapper (#110353)
This commit is contained in:
parent
e30931c219
commit
e47e579bee
|
@ -600,6 +600,7 @@ export const getStyles = (theme: GrafanaTheme2, virtualization?: LogLineVirtuali
|
|||
},
|
||||
}),
|
||||
fieldsWrapper: css({
|
||||
minHeight: virtualization ? virtualization.getLineHeight() + virtualization.getPaddingBottom() : undefined,
|
||||
'&:hover': {
|
||||
background: hoverColor,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue