LogLine: add min-height to fields wrapper (#110353)

This commit is contained in:
Matias Chomicki 2025-08-29 20:34:44 +02:00 committed by GitHub
parent e30931c219
commit e47e579bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ export const getStyles = (theme: GrafanaTheme2, virtualization?: LogLineVirtuali
},
}),
fieldsWrapper: css({
minHeight: virtualization ? virtualization.getLineHeight() + virtualization.getPaddingBottom() : undefined,
'&:hover': {
background: hoverColor,
},