Grafana-UI: Fix options margin when spanning on multiple lines (#33436)

This commit is contained in:
Giordano Ricci 2021-04-27 17:24:40 +01:00 committed by GitHub
parent 5bf6d7dad8
commit ea3d3a2218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};