Drawer: Add 1 grid unit padding between title and tabs (#76249)

pull/76072/head
Torkel Ödegaard 2 years ago committed by GitHub
parent 0ec15de905
commit 555acdf180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/Drawer/Drawer.tsx

@ -302,7 +302,7 @@ const getStyles = (theme: GrafanaTheme2) => {
tabsWrapper: css({
label: 'drawer-tabs',
paddingLeft: theme.spacing(2),
margin: theme.spacing(0, -1, -3, -3),
margin: theme.spacing(1, -1, -3, -3),
}),
};
};

Loading…
Cancel
Save