Fix a CSS style that was causing unwanted word breaks

This commit is contained in:
Jonny Barnes 2018-01-21 12:12:59 +00:00
parent 701e223ede
commit 027b55f47a
6 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,6 @@ html {
text-rendering: optimizeLegibility;
//text-decoration-skip-ink: auto;
overflow-wrap: break-word;
word-break: break-all;
font-kerning: normal;
}