mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashList: Handle long dashboard titles more gracefully (#49460)
This commit is contained in:
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`
|
||||
|
Loading…
Reference in New Issue
Block a user