Skip to content

Commit 191b700

Browse files
fix(ui5-list-item): adjust line height for byline (#12063)
1 parent 2d2d673 commit 191b700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/main/src/themes/ListItem.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,14 @@
9191
}
9292

9393
:host([has-title][description]) .ui5-li-title {
94-
padding-bottom: 0.375rem;
94+
padding-bottom: 0.5rem;
9595
}
9696

9797
.ui5-li-text-wrapper {
9898
flex-direction: column;
9999
}
100100

101101
:host([description]) .ui5-li-text-wrapper {
102-
height: 100%;
103102
justify-content: space-between;
104103
padding: 0.125rem 0;
105104
}

0 commit comments

Comments
 (0)