@momentum-design/components 0.16.10 → 0.16.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,14 @@
1
1
  import { css } from 'lit';
2
2
  export const fontsStyles = css `
3
- :host([tagname])::part(text) {
3
+ :host::part(text) {
4
4
  font-size: unset;
5
5
  font-weight: unset;
6
6
  line-height: unset;
7
7
  text-decoration: unset;
8
8
  text-transform: unset;
9
+ white-space: inherit;
10
+ overflow: inherit;
11
+ text-overflow: inherit;
9
12
  }
10
13
 
11
14
  :host([type="headline-small-regular"]) {