You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments