File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- syn keyword cssFontProp contained white- space- collapse text- space- trim text- wrap text- autospace text- spacing- trim 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 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
1+ syn keyword cssFontProp contained white- space- collapse white - space - trim text- space- trim text- wrap text- autospace text- spacing- trim 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 discard- inner discard- before discard- after pretty 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 @@ -1089,7 +1089,7 @@ view {
10891089
10901090.text-4 {
10911091 white-space-collapse : auto;
1092- text -space-trim: auto;
1092+ white -space-trim: auto;
10931093 text-wrap : auto;
10941094 wrap-before : auto;
10951095 wrap-after : auto;
@@ -1111,6 +1111,7 @@ view {
11111111 display : discard-inner;
11121112 display : discard-before;
11131113 display : discard-after;
1114+ display : pretty;
11141115 display : avoid-line;
11151116 display : avoid-flex;
11161117 display : pre-wrap-auto;
You can’t perform that action at this time.
0 commit comments