Tabs: Avoid whitespace wrapping (#64824)

This commit is contained in:
Ryan McKinley 2023-03-17 06:51:29 -07:00 committed by GitHub
parent b39039eadd
commit 747b729743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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