mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana-UI: Fix options margin when spanning on multiple lines (#33436)
This commit is contained in:
parent
5bf6d7dad8
commit
ea3d3a2218
@ -90,7 +90,7 @@ export const getSelectStyles = stylesFactory((theme: GrafanaThemeV2) => {
|
||||
line-height: 1;
|
||||
background: ${theme.colors.background.secondary};
|
||||
border-radius: ${theme.shape.borderRadius()};
|
||||
margin: ${theme.spacing(0, 1, 0, 0)};
|
||||
margin: ${theme.spacing(0.25, 1, 0.25, 0)};
|
||||
padding: ${theme.spacing(0.25, 0, 0.25, 1)};
|
||||
color: ${theme.colors.text.primary};
|
||||
font-size: ${theme.typography.size.sm};
|
||||
|
Loading…
Reference in New Issue
Block a user