@paubox/ui 0.7.1 → 0.7.2
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.
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -31586,7 +31586,7 @@ function _unsupported_iterable_to_array$1(o, minLen) {
|
|
|
31586
31586
|
}
|
|
31587
31587
|
function _templateObject$1() {
|
|
31588
31588
|
var data = _tagged_template_literal$1([
|
|
31589
|
-
"\n position: relative;\n display: flex;\n flex-direction: column;\n z-index: 1;\n border: 1px solid ",
|
|
31589
|
+
"\n position: relative;\n display: flex;\n flex-direction: column;\n min-height: 400px;\n z-index: 1;\n border: 1px solid ",
|
|
31590
31590
|
";\n border-radius: ",
|
|
31591
31591
|
"px;\n overflow: hidden;\n"
|
|
31592
31592
|
]);
|