diff --git a/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx b/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx index ddb1212f7be..e27106b301f 100644 --- a/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx +++ b/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx @@ -125,6 +125,7 @@ const getStyles = (theme: GrafanaTheme2) => { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + margin: 0; max-width: 240px; border-radius: 2px;