@itcase/ui 1.9.30 → 1.9.31
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.
|
@@ -38275,8 +38275,12 @@ textarea.fill {
|
|
|
38275
38275
|
}
|
|
38276
38276
|
.print {
|
|
38277
38277
|
height: auto;
|
|
38278
|
-
overflow:
|
|
38278
|
+
overflow: hidden;
|
|
38279
38279
|
display: block;
|
|
38280
|
+
&[style*='height:100vh;'],
|
|
38281
|
+
&[style*='height: 100vh;'] {
|
|
38282
|
+
height: auto !important;
|
|
38283
|
+
}
|
|
38280
38284
|
}
|
|
38281
38285
|
}
|
|
38282
38286
|
.resize-horizontal {
|