Skip to content

Commit beab734

Browse files
authored
fix(ui5-cb-item): adjust height in compact (#11569)
FIXES: #10349
1 parent 1435e18 commit beab734

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/main/src/themes/ComboBoxItem.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}
99

1010
:host([ui5-cb-item]) .ui5-li-content {
11-
padding-bottom: .875rem;
12-
padding-top: .875rem;
11+
padding-bottom: .5rem;
12+
padding-top: .5rem;
1313
box-sizing: border-box;
1414
}
1515

1616
:host([ui5-cb-item][text][additional-text]) .ui5-li-text-wrapper {
1717
gap: 1rem;
18-
}
18+
}

packages/main/src/themes/MultiComboBoxItem.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}
1010

1111
:host([ui5-mcb-item]) .ui5-li-content {
12-
padding-bottom: .875rem;
13-
padding-top: .875rem;
12+
padding-bottom: .5rem;
13+
padding-top: .5rem;
1414
box-sizing: border-box;
1515
}
1616

1717
:host([ui5-mcb-item]) [ui5-checkbox] {
1818
overflow: visible;
19-
}
19+
}

packages/main/src/themes/SuggestionItem.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
:host([ui5-suggestion-item]) .ui5-li-content {
11-
padding-bottom: .875rem;
12-
padding-top: .875rem;
11+
padding-bottom: .5rem;
12+
padding-top: .5rem;
1313
box-sizing: border-box;
14-
}
14+
}

0 commit comments

Comments
 (0)