Skip to content
Snippets Groups Projects

Resolve "Provide landscape print template"

Merged Tom Teichler requested to merge 311-provide-landscape-print-template into master
2 files
+ 23
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 19
0
@page {
size: A4 landscape;
}
header {
width: 277mm;
}
.print-layout-table, .print-layout-td {
width: 277mm;
max-width: 277mm;
min-width: 277mm;
}
footer {
width: 277mm;
}
Loading