@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.
@@ -1206,7 +1206,7 @@
1206
1206
  :host([data-btn-type='pill']) ::slotted(mdc-text),
1207
1207
  :host([data-btn-type='pill-with-icon']) ::slotted(mdc-text) {
1208
1208
  white-space: nowrap;
1209
- overflow-x: hidden;
1209
+ overflow: hidden;
1210
1210
  text-overflow: ellipsis;
1211
1211
  }
1212
1212