@otwb/ui 2.0.21 → 2.0.22
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/dist/index.js +0 -1
- package/dist/page.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -496,7 +496,6 @@ const AppLogo = /* @__PURE__ */ defineComponent({
|
|
|
496
496
|
"--app-logo-img-size": "32px",
|
|
497
497
|
"--app-logo-name-size": "22px",
|
|
498
498
|
width: W ? "100%" : "auto",
|
|
499
|
-
overflow: "hidden",
|
|
500
499
|
display: "flex",
|
|
501
500
|
alignItems: "center",
|
|
502
501
|
justifyContent: W ? "center" : "flex-start",
|
package/dist/page.js
CHANGED
|
@@ -435,8 +435,7 @@ function createFormHelper() {
|
|
|
435
435
|
showAction: !1,
|
|
436
436
|
onSubmit: l,
|
|
437
437
|
onRest: u,
|
|
438
|
-
|
|
439
|
-
style: m ? "padding-right: 1rem" : void 0
|
|
438
|
+
style: m ? "padding-right: .5rem" : void 0
|
|
440
439
|
}, null);
|
|
441
440
|
}
|
|
442
441
|
function createModalHelper() {
|