Semantic-ui dropdown sizing
问题 We are trying to passing bootstrap to semantic-ui. <select id="sayfaArama" class="ui search dropdown"> <option value="">Sayfalarda ara...</option> </select> https://i.stack.imgur.com/wXAVS.png I can't change the size of any input or dropdown neither with css nor constant sizing like tiny,medium or massive. I wan't to change the height of the dropdown. Can anybody help ? 回答1: You seem to have a fixed height element. Semantic UI's default dropdown has a min-height. You must change the min