Merge pull request #10078 from KaemonIsland/update-header-styles
Change header style word-wrap from break-all to break-word
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Change header style `word-wrap` from `break-all` to `break-word`
|
||||
@@ -66,7 +66,7 @@ const useStyles = makeStyles<BackstageTheme>(
|
||||
},
|
||||
title: {
|
||||
color: theme.palette.bursts.fontColor,
|
||||
wordBreak: 'break-all',
|
||||
wordBreak: 'break-word',
|
||||
fontSize: theme.typography.h3.fontSize,
|
||||
marginBottom: 0,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user