Update heti.scss
hyphens' is not supported by Edge, Safari, Safari on iOS. Add '-ms-hyphens' to support Edge 12+. Add '-webkit-hyphens' to support Safari 5.1+, Safari on iOS 4.2+
This commit is contained in:
parent
f1673dc827
commit
ddcbf16577
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
hyphens: auto;
|
||||
-ms-hyphens: auto;
|
||||
-webkit-hyphens: auto
|
||||
|
||||
// 自动在中西文间加 1/4 空格(暂无浏览器支持)
|
||||
//text-spacing: ideograph-alpha;
|
||||
|
|
Loading…
Add table
Reference in a new issue