Skip to content

Commit e4770b3

Browse files
MapTo0fifoosid
andauthored
fix(ui5-table-cell): allow selection of text nodes (#3568)
FIXES: #3494 Co-authored-by: Filip Siderov <[email protected]>
1 parent b28e104 commit e4770b3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/main/src/themes/TableCell.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
:host {
2-
display: contents;
2+
display: table-cell;
33
font-family: "72override", var(--sapFontFamily);
44
font-size: 0.875rem;
55
height: 100%;
66
box-sizing: border-box;
77
overflow: hidden;
88
color: var(--sapContent_LabelColor);
9+
word-break: break-word;
10+
vertical-align: middle;
911
}
1012

1113
td {
12-
padding: inherit;
13-
box-sizing: border-box;
14-
word-break: break-word;
15-
vertical-align: middle;
14+
display: contents;
1615
}
1716

1817
.ui5-table-popin-row td {

0 commit comments

Comments
 (0)