Skip to content

Commit b317c18

Browse files
committed
fix(ui5-cb-item): adjust height in compact
1 parent eaa6718 commit b317c18

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

packages/main/src/themes/ComboBoxItem.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
min-height: var(--_ui5_list_item_base_height);
88
}
99

10-
:host([ui5-cb-item]) .ui5-li-content {
11-
padding-bottom: .875rem;
12-
padding-top: .875rem;
13-
box-sizing: border-box;
14-
}
15-
1610
:host([ui5-cb-item][text][additional-text]) .ui5-li-text-wrapper {
1711
gap: 1rem;
18-
}
12+
}

packages/main/src/themes/MultiComboBoxItem.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
min-height: var(--_ui5_list_item_base_height);
99
}
1010

11-
:host([ui5-mcb-item]) .ui5-li-content {
12-
padding-bottom: .875rem;
13-
padding-top: .875rem;
14-
box-sizing: border-box;
15-
}
16-
1711
:host([ui5-mcb-item]) [ui5-checkbox] {
1812
overflow: visible;
19-
}
13+
}

packages/main/src/themes/SuggestionItem.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@
66
:host([ui5-suggestion-item]) .ui5-li-root {
77
min-height: var(--_ui5_list_item_base_height);
88
}
9-
10-
:host([ui5-suggestion-item]) .ui5-li-content {
11-
padding-bottom: .875rem;
12-
padding-top: .875rem;
13-
box-sizing: border-box;
14-
}

0 commit comments

Comments
 (0)