@descope/web-components-ui 1.0.130 → 1.0.131

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.
@@ -5508,7 +5508,7 @@ const PhoneFieldClass = compose(
5508
5508
  wrappedEleName: 'vaadin-text-field',
5509
5509
  style: () => `
5510
5510
  :host {
5511
- display: inline-block;
5511
+ display: inline-flex;
5512
5512
  max-width: 100%;
5513
5513
  min-width: 15em;
5514
5514
  box-sizing: border-box;