mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 19:58:09 +08:00
fix(theme-chalk): [table-v2] long text does not wrap (#8986)
closed #8983
This commit is contained in:
parent
0f96801502
commit
1861a383ef
@ -222,6 +222,9 @@
|
||||
@include e('row') {
|
||||
overflow: hidden;
|
||||
align-items: stretch;
|
||||
@include e('row-cell') {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user