File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn keyword cssFontProp contained text- space- collapse text- space- trim text- wrap text- spacing text- group- align wrap- before wrap- after wrap- inside hyphenate- character hyphenate- limit- zone hyphenate- limit- chars hyphenate- limit- lines hyphenate- limit- last line- padding word- boundary- detection word- boundary- expansion
2
- syn keyword cssFontAttr contained spread punctuation preserve- breaks preserve- spaces trim - inner discard- before discard- after avoid- line avoid- flex pre- wrap- auto no- limit trim- start trim- end trim- adjacent space- start space- end space- adjacent space- first no- compress ideograph- alpha ideograph- numeric ideographic- space
2
+ syn keyword cssFontAttr contained spread punctuation preserve- breaks preserve- spaces discard - inner discard- before discard- after avoid- line avoid- flex pre- wrap- auto no- limit trim- start trim- end trim- adjacent space- start space- end space- adjacent space- first no- compress ideograph- alpha ideograph- numeric ideographic- space
Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ view {
1086
1086
word-boundary-expansion : auto;
1087
1087
display : preserve-breaks;
1088
1088
display : preserve-spaces;
1089
- display : trim -inner;
1089
+ display : discard -inner;
1090
1090
display : discard-before;
1091
1091
display : discard-after;
1092
1092
display : avoid-line;
You can’t perform that action at this time.
0 commit comments