Skip to content

Commit

Permalink
fix(ui5-li-groupheader): fix row height (#3610)
Browse files Browse the repository at this point in the history
The space between bottom border and text should be 0.5rem by visual specification.

Fixes: #3606
  • Loading branch information
nnaydenow committed Aug 6, 2021
1 parent fd132d6 commit 79d259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/GroupHeaderListItem.css
Expand Up @@ -8,7 +8,7 @@
}

.ui5-li-root.ui5-ghli-root {
padding-top: 1rem;
padding-top: 0.5rem;
color: currentColor;
font-size: var(--sapFontHeader6Size);
font-weight: normal;
Expand Down

0 comments on commit 79d259e

Please sign in to comment.