Skip to content

Commit 9ee7ea5

Browse files
nnaydenowilhan007
authored andcommitted
fix(ui5-li-groupheader): fix row height (#3610)
The space between bottom border and text should be 0.5rem by visual specification. Fixes: #3606
1 parent 5217432 commit 9ee7ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/GroupHeaderListItem.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.ui5-li-root.ui5-ghli-root {
11-
padding-top: 1rem;
11+
padding-top: 0.5rem;
1212
color: currentColor;
1313
font-size: var(--sapFontHeader6Size);
1414
font-weight: normal;

0 commit comments

Comments
 (0)