@descope/web-components-ui 1.0.129 → 1.0.131

Sign up to get free protection for your applications and to get access to all the features.
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;