mirror of https://github.com/anoshenko/rui.git
Bug fixing
This commit is contained in:
parent
655bea09a8
commit
8182ccfe84
|
|
@ -305,7 +305,8 @@ func writeViewStyleCSS(style Properties, builder cssBuilder, session Session, ig
|
|||
for _, tag := range []PropertyName{
|
||||
Overflow, TextAlign, TextTransform, TextWeight, TextLineStyle, WritingMode, TextDirection,
|
||||
VerticalTextOrientation, CellVerticalAlign, CellHorizontalAlign, GridAutoFlow, Cursor,
|
||||
WhiteSpace, WordBreak, TextOverflow, Float, TableVerticalAlign, Resize, MixBlendMode, BackgroundBlendMode} {
|
||||
WhiteSpace, WordBreak, TextOverflow, TextWrap,
|
||||
Float, TableVerticalAlign, Resize, MixBlendMode, BackgroundBlendMode} {
|
||||
|
||||
if data, ok := enumProperties[tag]; ok {
|
||||
if tag != VerticalTextOrientation || (writingMode != VerticalLeftToRight && writingMode != VerticalRightToLeft) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue