Spaces:
Sleeping
Sleeping
Commit
·
20bbe50
1
Parent(s):
f1cc591
Set storeUI.html css back to original print settings
Browse files- storeUI.css +5 -6
storeUI.css
CHANGED
@@ -77,19 +77,18 @@
|
|
77 |
}
|
78 |
|
79 |
|
80 |
-
|
81 |
-
|
82 |
.page {
|
83 |
page-break-before: auto;
|
|
|
|
|
84 |
|
85 |
-
|
86 |
}
|
87 |
.columnWrapper {
|
88 |
overflow: visible;
|
89 |
}
|
90 |
-
|
91 |
-
margin-bottom: 0;
|
92 |
-
}
|
93 |
}
|
94 |
|
95 |
.page {
|
|
|
77 |
}
|
78 |
|
79 |
|
80 |
+
@media print {
|
81 |
+
|
82 |
.page {
|
83 |
page-break-before: auto;
|
84 |
+
page-break-after: avoid;
|
85 |
+
page-break-inside: avoid;
|
86 |
|
|
|
87 |
}
|
88 |
.columnWrapper {
|
89 |
overflow: visible;
|
90 |
}
|
91 |
+
|
|
|
|
|
92 |
}
|
93 |
|
94 |
.page {
|