From 0229146c3bacd8ecfed619e9e5dbf975143b9898 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 23 Sep 2021 14:36:53 +0100 Subject: [PATCH] Update PageToolbar.tsx (#39572) --- packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx | 1 + 1 file changed, 1 insertion(+) 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;