Skip to content

Commit 17f568a

Browse files
NakataCodes-todorova
authored andcommitted
fix(ui5-select): align option font size with field (#11255)
Problem: - The List Item was overriding the font size of select options. Solution: - Make dropdown options use the same font size as the select field by setting the parameter in the css file of the component. Fixes: #11163
1 parent b056eb0 commit 17f568a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
:host {
22
height: var(--_ui5_list_item_dropdown_base_height);
3+
--_ui5_list_item_title_size: var(--sapFontSize);
34
}

0 commit comments

Comments
 (0)