@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/cjs/index.cjs.js
CHANGED
@@ -16176,6 +16176,7 @@ class RawThirdPartyAppLogoClass extends createBaseClass({
|
|
16176
16176
|
display: flex;
|
16177
16177
|
justify-content: center;
|
16178
16178
|
align-items: center;
|
16179
|
+
min-width: max-content;
|
16179
16180
|
}
|
16180
16181
|
|
16181
16182
|
.third-party-app-logo {
|