asab_webui_shell 27.2.4 → 27.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
/* Needed for background color of status indicator widget */
|
|
25
25
|
html {
|
|
26
|
+
print-color-adjust: exact;
|
|
26
27
|
-webkit-print-color-adjust: exact;
|
|
27
28
|
}
|
|
28
29
|
|
|
@@ -166,7 +167,10 @@
|
|
|
166
167
|
|
|
167
168
|
|
|
168
169
|
.reports-container {
|
|
169
|
-
|
|
170
|
+
margin-top: 0 !important; /* Remove margin-top to prevent blank first page */
|
|
171
|
+
padding-top: 0 !important; /* Remove padding to prevent blank first page */
|
|
172
|
+
padding-bottom: 0 !important; /* Remove bottom padding to prevent blank spaces at the endof the sheet */
|
|
173
|
+
margin-bottom: 0 !important; /* Remove bottom margin to prevent blank spaces at the endof the sheet */
|
|
170
174
|
.react-grid-layout {
|
|
171
175
|
height: unset !important;
|
|
172
176
|
display: table;
|