Signed-off-by: Maapteh <maarten@oudenniel.nl>
This commit is contained in:
Maapteh
2023-05-29 20:13:43 +02:00
parent e33beb1f2a
commit 69db3a7e94
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/core-components': patch
---
Make the documentation pages printable (also handy for exporting to pdf when go-green)
Make the documentation pages printable (also handy for exporting to PDF)
@@ -52,8 +52,7 @@ const useStyles = makeStyles<
paddingBottom: props => props.sidebarConfig.mobileSidebarHeight,
},
'@media print': {
paddingLeft: '0px !important',
paddingBottom: '0px !important',
padding: '0px !important',
},
},
content: {