I use the following css to auto hyphen text in my website:
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
But in chrome this has no effect. I already read, that chrome doesn't support this. Is there any workaround for hyphenation in chrome?
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…