rsuite/rsuite-table

verticalAlign与fullText一起使用时,内容完全溢出

fallenleavesguy opened this issue · 0 comments

Versions

rsuite 5.33.0

package version
react 18.0.0
rsuite-table 5.33.0

What is the expected behavior?

内容不溢出, overflow: hidden应该生效

What is the current behavior?

内容溢出,overflow: hidden不生效

What are the steps to reproduce?

fullText与verticalAlign一起使用,就会在元素上设置display: table-cell

https://codesandbox.io/s/rsuite-table-vertical-align-overflow-jhfcd5?file=/index.js

Any additional comments? (optional)