PublicDashboards: Increase title length (#73972)

This commit is contained in:
Aditi Patel 2023-08-31 08:15:08 -05:00 committed by GitHub
parent d1876b68bc
commit 8b08ae337e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({