From 867415d39fa66e19298cbb6b65bf98b9bd90ae64 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 25 Feb 2015 11:04:46 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From ba2b4e3914e9e3f9041deb7d95863cce5be2176f Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 26 Feb 2015 11:42:24 -0300 Subject: [PATCH 2/2] 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;