Merge pull request #11724 from UsainBloot/fix-layout-header-tabs-firefox-overflow-bug
fix: EntityPage tab scrolling overflow bug on Firefox
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fix EntityPage tab scrolling overflow bug on Firefox
|
||||
@@ -35,6 +35,7 @@ const useStyles = makeStyles(
|
||||
gridArea: 'pageSubheader',
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
paddingLeft: theme.spacing(3),
|
||||
minWidth: 0,
|
||||
},
|
||||
defaultTab: {
|
||||
padding: theme.spacing(3, 3),
|
||||
|
||||
Reference in New Issue
Block a user