From ba2b4e3914e9e3f9041deb7d95863cce5be2176f Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 26 Feb 2015 11:42:24 -0300 Subject: [PATCH] Fixed #1831 See it in action here http://jsfiddle.net/wwx7ez74/4/ with IE10+ --- src/definitions/modules/dropdown.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 2585dd485..8ab4a3d61 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -395,6 +395,12 @@ select.ui.dropdown { 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) { .ui.selection.dropdown .menu { max-height: @selectionMobileMaxMenuHeight;