Log Context: Fix component height to fit revert-button (#70159)

fix item height
This commit is contained in:
Sven Grossmann 2023-06-15 15:48:24 +02:00 committed by GitHub
parent baffe83da6
commit 25b65cce25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ function getStyles(theme: GrafanaTheme2) {
line-break: anywhere;
margin-top: -${theme.spacing(0.25)};
margin-right: ${theme.spacing(4)};
min-height: ${theme.spacing(4)};
`,
ui: css`
background-color: ${theme.colors.background.secondary};