getLogRowStyles: fix typo (#103998)
This commit is contained in:
@@ -206,7 +206,7 @@ export const getLogRowStyles = memoizeOne((theme: GrafanaTheme2) => {
|
||||
logDetailsLabel: css({
|
||||
label: 'logs-row-details__label',
|
||||
maxWidth: '30em',
|
||||
minMidth: '20em',
|
||||
minWidth: '20em',
|
||||
padding: theme.spacing(0, 1),
|
||||
overflowWrap: 'break-word',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user