@momentum-design/components 0.80.2 → 0.80.3

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.
@@ -239,7 +239,7 @@ const styles = css `
239
239
  :host([data-btn-type='pill']) ::slotted(mdc-text),
240
240
  :host([data-btn-type='pill-with-icon']) ::slotted(mdc-text) {
241
241
  white-space: nowrap;
242
- overflow-x: hidden;
242
+ overflow: hidden;
243
243
  text-overflow: ellipsis;
244
244
  }
245
245