mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Switch: prevent wrapping for InlineSwitch (#34077)
This commit is contained in:
parent
df4da77e4e
commit
062e1d5ab8
@ -150,6 +150,7 @@ const getSwitchStyles = stylesFactory((theme: GrafanaTheme2, transparent?: boole
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-right: ${theme.spacing(1)};
|
padding-right: ${theme.spacing(1)};
|
||||||
color: ${theme.colors.text.secondary};
|
color: ${theme.colors.text.secondary};
|
||||||
|
white-space: nowrap;
|
||||||
`,
|
`,
|
||||||
inlineLabelEnabled: css`
|
inlineLabelEnabled: css`
|
||||||
color: ${theme.colors.text.primary};
|
color: ${theme.colors.text.primary};
|
||||||
|
Loading…
Reference in New Issue
Block a user