From 065524a170c441857d4eebf722b27b1270dd33df Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 28 Jul 2015 12:58:49 -0400 Subject: [PATCH] Adds flex-shrink value for menu item --- RELEASE-NOTES.md | 4 ++++ src/definitions/collections/menu.less | 1 + 2 files changed, 5 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ff4b4b726..df391200f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -10,6 +10,10 @@ - **Modal** - Fix autofocus setting in modal not working due to improper selector #2737 - **Modal** - Increased `close` specificity, modal will now only close on `> .close` #2736 +**Additional Bugs** + +- **Menu** - Added `flex: 0 0 auto` to menu item to make sure menu do not collapse text content to reduce space + **[Merged PR](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)** - **Menu** - Fixes tabular menu missing variable for background. **Thanks @frontdevde** diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index 3b5ad0064..ff248444b 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -82,6 +82,7 @@ line-height: 1; text-decoration: none; -webkit-tap-highlight-color: transparent; + flex: 0 0 auto; user-select: none; background: @itemBackground;