@descope/web-components-ui 1.0.116 → 1.0.118
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/cjs/index.cjs.js
CHANGED
|
@@ -3547,7 +3547,7 @@ const PasscodeClass = compose(
|
|
|
3547
3547
|
wrappedEleName: 'vaadin-text-field',
|
|
3548
3548
|
style: () => `
|
|
3549
3549
|
:host {
|
|
3550
|
-
display: inline-
|
|
3550
|
+
display: inline-flex;
|
|
3551
3551
|
max-width: 100%;
|
|
3552
3552
|
min-width: calc(var(--passcode-digits-count) * 2em);
|
|
3553
3553
|
}
|