Merge pull request #12851 from theparthshukla/issue-12751

Add wrap-around for tool lists in Home Plugin
This commit is contained in:
Ben Lambert
2022-07-28 11:25:58 +02:00
committed by GitHub
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: {