Skip to content

Commit cadf996

Browse files
authored
fix(ui5-li): fix description text in compact mode (#211)
1 parent 53e2d97 commit cadf996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/base/ListItem.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
/* Compact size */
7474
.sapUiSizeCompact {
75-
.sapMSLI {
75+
.sapMSLI:not(.sapMSLIWithTitleAndDescription) {
7676
height: 2rem;
7777

7878
.sapMSLITitle {

0 commit comments

Comments
 (0)