diff --git a/README.md b/README.md index f68b021a0..9f5944941 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Key Features npm install semantic-ui # Use themes, import build/watch tasks into your own gulpfile. ``` +![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif) + For details on how work with Semantic theming please [read our customization guide](http://learnsemantic.com/developing/customizing.html) on [LearnSemantic.com](http://learnsemantic.com/) #### Additional Versions 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;