Skip to content

Commit 62ae8dc

Browse files
authored
fix(ui5-table-row): align checkbox vertically (#4696)
1 parent 650473f commit 62ae8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/TableRow.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
padding: .25rem 0;
4242
box-sizing: border-box;
4343
text-align: center;
44+
vertical-align: middle;
4445
}
4546

4647
:host([mode="SingleSelect"]) .ui5-table-row-root {

0 commit comments

Comments
 (0)