How to change the font size of the list (not the initial view)

前端 未结 6 1356
青春惊慌失措
青春惊慌失措 2020-12-19 10:39

I have set a custom font and background for the initial view of the dropdown list (Select a choice). The font-size is 20 pixels and looks great with the custom

6条回答
  •  攒了一身酷
    2020-12-19 11:00

    I have faced the same issue. Actually its not an issue. The select menu size appears based on the list item text length. Check your option label

    Ex: If you have lengthy text in the option tags then the select menu font size will be small.

提交回复
热议问题