mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Drawer: fixes title overflowing its container (#33857)
This commit is contained in:
@@ -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)};
|
||||
|
||||
Reference in New Issue
Block a user