@descope/web-components-ui 1.0.129 → 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.
package/dist/index.esm.js CHANGED
@@ -1855,7 +1855,6 @@ class RawContainer extends createBaseClass({ componentName: componentName$i, bas
1855
1855
  }
1856
1856
  :host {
1857
1857
  display: inline-block;
1858
- overflow: hidden;
1859
1858
  }
1860
1859
  </style>
1861
1860
  <slot></slot>
@@ -4789,7 +4788,7 @@ const PhoneFieldClass = compose(
4789
4788
  wrappedEleName: 'vaadin-text-field',
4790
4789
  style: () => `
4791
4790
  :host {
4792
- display: inline-block;
4791
+ display: inline-flex;
4793
4792
  max-width: 100%;
4794
4793
  min-width: 15em;
4795
4794
  box-sizing: border-box;