Rendering English text under elementui table

problem description

render English text under elementui table. The default attribute is word-break:break-all. How to change it to break-word?

related codes

.el-table .cell {

-webkit-box-sizing: border-box;
box-sizing: border-box;
white-space: normal;
word-break: break-all;
line-height: 23px;

what result do you expect? What is the error message actually seen?

Jul.18,2022

write a global style that overrides the default

Menu