@descope/web-components-ui 1.0.392 → 1.0.393
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.cjs.js +1 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-third-party-app-logo-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-third-party-app-logo/ThirdPartyAppLogoClass.js +1 -0
package/dist/index.esm.js
CHANGED
@@ -14675,6 +14675,7 @@ class RawThirdPartyAppLogoClass extends createBaseClass({
|
|
14675
14675
|
display: flex;
|
14676
14676
|
justify-content: center;
|
14677
14677
|
align-items: center;
|
14678
|
+
min-width: max-content;
|
14678
14679
|
}
|
14679
14680
|
|
14680
14681
|
.third-party-app-logo {
|