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

(cherry picked from commit a1b709626f)

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-24 09:42:06 +02:00
committed by GitHub
co-authored by kay delaney
parent 46ea845720
commit fdb949786f
@@ -48,6 +48,8 @@ export const getStyles = (theme: GrafanaTheme2) => ({
dashlistLinkBody: css`
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
`,
dashlistItem: css`