@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.
@@ -2843,7 +2843,6 @@ class RawContainer extends createBaseClass({ componentName: componentName$e, bas
2843
2843
  }
2844
2844
  :host {
2845
2845
  display: inline-block;
2846
- overflow: hidden;
2847
2846
  }
2848
2847
  </style>
2849
2848
  <slot></slot>
@@ -5509,7 +5508,7 @@ const PhoneFieldClass = compose(
5509
5508
  wrappedEleName: 'vaadin-text-field',
5510
5509
  style: () => `
5511
5510
  :host {
5512
- display: inline-block;
5511
+ display: inline-flex;
5513
5512
  max-width: 100%;
5514
5513
  min-width: 15em;
5515
5514
  box-sizing: border-box;