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:
Ben Lambert
2022-05-30 16:33:30 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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),