asab_webui_shell 27.3.13 → 27.3.14
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.
|
@@ -193,20 +193,12 @@
|
|
|
193
193
|
display: block !important; /*avoid widgets breaking on transition between pages*/
|
|
194
194
|
margin: 0 auto 20px;
|
|
195
195
|
position: static !important;
|
|
196
|
-
|
|
197
|
-
height: initial !important; /* Alternatively, set "height: initial !important;" */
|
|
198
196
|
width: initial !important; /* Alternatively, set "width: initial !important;" */
|
|
199
|
-
|
|
200
197
|
break-inside: avoid;
|
|
201
198
|
page-break-inside: avoid; /*avoid widgets breaking on transition between pages*/
|
|
202
199
|
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
.recharts-wrapper {
|
|
206
|
-
width: 100% !important;
|
|
207
|
-
.recharts-surface, .recharts-legend-wrapper {
|
|
208
|
-
width: 100% !important;
|
|
209
|
-
}
|
|
200
|
+
.react-grid-item:not(:has(.recharts-responsive-container)) {
|
|
201
|
+
height: initial !important;
|
|
210
202
|
}
|
|
211
203
|
}
|
|
212
204
|
}
|