Add wrap-around for tool lists in Home plugin
Signed-off-by: Parth Shukla <theparthshukla@gmail.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user