From 8b08ae337ef05e69d816cd9276e313c626630287 Mon Sep 17 00:00:00 2001 From: Aditi Patel Date: Thu, 31 Aug 2023 08:15:08 -0500 Subject: [PATCH] PublicDashboards: Increase title length (#73972) --- packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx b/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx index b4959cdc3af..80a6ff7aff6 100644 --- a/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx +++ b/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx @@ -221,7 +221,6 @@ const getStyles = (theme: GrafanaTheme2) => { display: 'flex', fontSize: typography.size.lg, margin: 0, - maxWidth: '300px', borderRadius: theme.shape.radius.default, }), titleLink: css({