@descope/web-components-ui 1.0.117 → 1.0.118

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2640,7 +2640,7 @@ const PasscodeClass = compose(
2640
2640
  wrappedEleName: 'vaadin-text-field',
2641
2641
  style: () => `
2642
2642
  :host {
2643
- display: inline-block;
2643
+ display: inline-flex;
2644
2644
  max-width: 100%;
2645
2645
  min-width: calc(var(--passcode-digits-count) * 2em);
2646
2646
  }