LogList: hide overflowing fields in unwrapped mode

This commit is contained in:
Matias Chomicki
2025-07-01 10:45:25 +02:00
parent cfe3f8276d
commit fef92c5480
@@ -526,6 +526,9 @@ export const getStyles = (theme: GrafanaTheme2, virtualization?: LogLineVirtuali
gridColumnGap: theme.spacing(FIELD_GAP_MULTIPLIER),
whiteSpace: 'pre',
paddingBottom: theme.spacing(0.75),
'& .field': {
overflow: 'hidden',
},
}),
wrappedLogLine: css({
alignSelf: 'flex-start',