Browse Source

HTML select size -- auto height

fix issue #6178
pull/6709/head
milahu 6 years ago
committed by GitHub
parent
commit
2f77caa606
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. 3
      src/definitions/modules/dropdown.less

3
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 {

Loading…
Cancel
Save