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

This commit is contained in:
kay delaney
2022-05-24 09:29:36 +02:00
committed by GitHub
parent 8fecf25d54
commit a1b709626f
@@ -48,6 +48,8 @@ export const getStyles = (theme: GrafanaTheme2) => ({
dashlistLinkBody: css`
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
`,
dashlistItem: css`