5 lines
96 B
CSS
5 lines
96 B
CSS
|
|
.ui_grid tbody tr td {
|
||
|
|
overflow: visible;
|
||
|
|
white-space: normal;
|
||
|
|
word-break: normal;
|
||
|
|
}
|