Browse Source

Fixed #1831

See it in action here http://jsfiddle.net/wwx7ez74/4/ with IE10+
pull/1875/head
Rita Zerrizuela 9 years ago
parent
commit
ba2b4e3914
1 changed files with 6 additions and 0 deletions
  1. 6
      src/definitions/modules/dropdown.less

6
src/definitions/modules/dropdown.less

@ -395,6 +395,12 @@ select.ui.dropdown {
display: none; display: none;
} }
@media all and (-ms-high-contrast:none) {
.ui.selection.dropdown .menu {
min-width: calc(100% - 15px);
}
}
@media only screen and (max-width : @largestMobileScreen) { @media only screen and (max-width : @largestMobileScreen) {
.ui.selection.dropdown .menu { .ui.selection.dropdown .menu {
max-height: @selectionMobileMaxMenuHeight; max-height: @selectionMobileMaxMenuHeight;

Loading…
Cancel
Save