mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +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') {
|
@include e('row') {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
@include e('row-cell') {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user