perfect: better word-break (#3)
This commit is contained in:
parent
5ad3ccd7b2
commit
0e8b292bd0
1 changed files with 3 additions and 3 deletions
|
@ -392,9 +392,9 @@ html {
|
|||
|
||||
.post-content {
|
||||
margin-bottom: $spacing-unit;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
overflow-wrap: normal;
|
||||
word-wrap: normal;
|
||||
word-break: normal;
|
||||
|
||||
h2 {
|
||||
@include relative-font-size(2);
|
||||
|
|
Loading…
Reference in a new issue