diff --git a/packages/grafana-ui/src/components/Tabs/Tab.tsx b/packages/grafana-ui/src/components/Tabs/Tab.tsx index e3babe073a2..01ae75bb5c4 100644 --- a/packages/grafana-ui/src/components/Tabs/Tab.tsx +++ b/packages/grafana-ui/src/components/Tabs/Tab.tsx @@ -67,10 +67,13 @@ const getStyles = (theme: GrafanaTheme2) => { position: 'relative', display: 'flex', whiteSpace: 'nowrap', + padding: theme.spacing(0.5), }), link: css({ color: theme.colors.text.secondary, - padding: theme.spacing(1.5, 2, 1), + padding: theme.spacing(1, 1.5, 0.5), + borderRadius: theme.shape.radius.default, + display: 'block', height: '100%',