mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 03:32:37 -06:00
Drawer: fixes title overflowing its container (#33857)
This commit is contained in:
parent
7367cfc0a3
commit
4238c6078a
@ -67,6 +67,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2, scrollableContent: boolea
|
||||
titleWrapper: css`
|
||||
margin-bottom: ${theme.spacing(3)};
|
||||
padding: ${theme.spacing(0, 1, 0, 3)};
|
||||
overflow-wrap: break-word;
|
||||
`,
|
||||
titleSpacing: css`
|
||||
margin-bottom: ${theme.spacing(2)};
|
||||
|
Loading…
Reference in New Issue
Block a user