DashList: Handle long dashboard titles more gracefully (#49460)

This commit is contained in:
kay delaney 2022-05-24 08:29:36 +01:00 committed by GitHub
parent 8fecf25d54
commit a1b709626f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ export const getStyles = (theme: GrafanaTheme2) => ({
dashlistLinkBody: css`
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
`,
dashlistItem: css`