Add word wrap
This commit is contained in:
parent
c1154f5e3a
commit
39f542c638
|
|
@ -37,6 +37,11 @@
|
||||||
font-family: $sans-serif-font-family;
|
font-family: $sans-serif-font-family;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
|
hyphens: auto;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__explanation {
|
&__explanation {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue