Tabs: Avoid whitespace wrapping (#64824)

pull/62980/head^2
Ryan McKinley 2 years ago committed by GitHub
parent b39039eadd
commit 747b729743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/Tabs/Tab.tsx

@ -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…
Cancel
Save