diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 721aa01ef..42785ab19 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -384,6 +384,9 @@ select.ui.dropdown { border: @selectBorder; visibility: @selectVisibility; } +select[size].ui.dropdown{ + height:auto; +} .ui.selection.dropdown > .search.icon, .ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon {