LogsPanel: Remove bottom margin (#69850)

drop margin-bottom
This commit is contained in:
Sven Grossmann
2023-06-12 11:21:18 +02:00
committed by GitHub
parent 3cb14074a9
commit 66851d5d87

View File

@ -70,7 +70,6 @@ export const getLogRowStyles = memoizeOne((theme: GrafanaTheme2) => {
font-family: ${theme.typography.fontFamilyMonospace};
font-size: ${theme.typography.bodySmall.fontSize};
width: 100%;
margin-bottom: ${theme.spacing(2.25)}; /* This is to make sure the last row's LogRowMenu is not cut off. */
`,
contextBackground: css`
background: ${hoverBgColor};