Update PageToolbar.tsx (#39572)

pull/39592/head
Ashley Harrison 4 years ago committed by GitHub
parent 1e946316e0
commit 0229146c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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;

Loading…
Cancel
Save