removed moz and webkit for hyphens

This commit is contained in:
Moriz Wahl 2019-11-12 11:24:06 +01:00
parent e46a23d445
commit 53f3606d12

View File

@ -171,8 +171,6 @@ hr {
}
.hyphenate-text {
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
overflow-wrap: break-word;
word-wrap: break-word;