mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
Log Context: Fix component height to fit revert-button (#70159)
fix item height
This commit is contained in:
parent
baffe83da6
commit
25b65cce25
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user