[gnome-shell-sass] aggregate-menu: Drop max-width



commit 83b896b0e13725d7045ba3708265f6689952586c
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Oct 5 14:35:03 2015 +0200

    aggregate-menu: Drop max-width
    
    The menu now only considers labels we don't want ellipsized for its
    width request, which already sufficiently limits the width. Plus
    even a generous max-width cannot guarantee that we don't end up
    ellipsizing "essential" labels in some locales.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708472

 _common.scss |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 0b9fabe..68e2f3a 100644
--- a/_common.scss
+++ b/_common.scss
@@ -944,7 +944,6 @@ StScrollBar {
 
   .aggregate-menu {
     min-width: 280px;
-    max-width: 400px;
     .popup-menu-icon { padding: 0 4px; }
   }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]