Skip to content

Commit 4087280

Browse files
committed
fix: header alignment
`width: 100%` doesn't go well with the margins, because we'll have 100% + margins and then the content is shifted, partially off the page.
1 parent a2aa2bd commit 4087280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

print_style/print_style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
position: relative;
44

55
#header {
6-
width: 100%;
76
/* ( 45 mm - 10 mm margin ) */
87
height: 35mm;
98
/* Overwrite empty header inserted by frappe */

0 commit comments

Comments
 (0)