From ac1ca2e4b585307185416322bc72fcc2a0ff2b43 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 23 Sep 2021 10:02:47 -0400 Subject: [PATCH] Update PageToolbar.tsx (#39572) (#39585) (cherry picked from commit 0229146c3bacd8ecfed619e9e5dbf975143b9898) Co-authored-by: Ashley Harrison --- 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;