mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Log Context: Fix component height to fit revert-button (#70159)
fix item height
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user