Skip to content

Commit 61ce284

Browse files
authored
fix(ui5-table-cell): fix popin of long texts (#1648)
1 parent 3665376 commit 61ce284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/TableCell.css

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
td {
1212
padding: .5rem .25rem;
1313
box-sizing: border-box;
14+
word-break: break-word;
1415
}
1516

1617
:host([first-in-row]) td,

0 commit comments

Comments
 (0)