mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tabs: Avoid whitespace wrapping (#64824)
This commit is contained in:
parent
b39039eadd
commit
747b729743
@ -67,6 +67,7 @@ const getTabStyles = stylesFactory((theme: GrafanaTheme2) => {
|
||||
list-style: none;
|
||||
position: relative;
|
||||
display: flex;
|
||||
white-space: nowrap;
|
||||
`,
|
||||
link: css`
|
||||
color: ${theme.colors.text.secondary};
|
||||
|
Loading…
Reference in New Issue
Block a user