fix(theme-chalk): [table-v2] long text does not wrap (#8986)

closed #8983
This commit is contained in:
qiang 2022-07-25 19:09:32 +08:00 committed by GitHub
parent 0f96801502
commit 1861a383ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,6 +222,9 @@
@include e('row') {
overflow: hidden;
align-items: stretch;
@include e('row-cell') {
word-break: break-all;
}
}
}
}