fix(Cell): should break word of value (#5029)

This commit is contained in:
neverland 2019-11-17 07:45:04 +08:00 committed by GitHub
parent fb93727e7c
commit 28e2849087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
color: @cell-value-color;
text-align: right;
vertical-align: middle;
word-wrap: break-word;
&--alone {
color: @text-color;