Add `word-break` on `font-subheading`
This commit is contained in:
parent
c8c728ba5a
commit
60b97e3d38
|
@ -111,6 +111,7 @@ h3 {
|
|||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.font-body1,
|
||||
|
|
Loading…
Reference in New Issue