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:
@@ -67,6 +67,7 @@ const getTabStyles = stylesFactory((theme: GrafanaTheme2) => {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
white-space: nowrap;
|
||||||
`,
|
`,
|
||||||
link: css`
|
link: css`
|
||||||
color: ${theme.colors.text.secondary};
|
color: ${theme.colors.text.secondary};
|
||||||
|
|||||||
Reference in New Issue
Block a user