@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/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
  }