@otwb/ui 2.0.20 → 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/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",
|