Add wrap-around for tool lists in Home plugin

Signed-off-by: Parth Shukla <theparthshukla@gmail.com>
This commit is contained in:
Parth Shukla
2022-07-27 14:26:20 +02:00
parent 197ad7bc87
commit df7b9158b8
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Add wrap-around for the listing of tools to prevent increasing width with name length.
@@ -35,8 +35,10 @@ const useStyles = makeStyles(theme => ({
},
label: {
marginTop: theme.spacing(1),
width: '72px',
fontSize: '0.9em',
lineHeight: '1.25',
overflowWrap: 'break-word',
color: theme.palette.text.secondary,
},
icon: {