Skip to content
Snippets Groups Projects
Commit fc6dae01 authored by Aspectis's avatar Aspectis Committed by Dorian Merz
Browse files

refs #19708 [fid_bbi] fix and extend print styles

* Fix lists being cut in Chrome
* Add .hidden-print styles, just in case
parent b048d482
No related merge requests found
......@@ -9,7 +9,7 @@
body {
display: block;
height: auto;
overflow: auto;
overflow: visible;
}
button {
......@@ -20,6 +20,10 @@
break-inside: avoid;
}
.hidden-print {
display: none !important;
}
.footer,
.header,
.pagination,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment