[gnome-builder] layoutpane: remove min-width from switcher buttons



commit e6c1ead4979c218945444920f51b60dd15489e93
Author: Christian Hergert <chergert redhat com>
Date:   Fri Dec 18 23:58:23 2015 -0800

    layoutpane: remove min-width from switcher buttons

 data/theme/Adwaita-dark.css |    1 +
 data/theme/Adwaita.css      |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index 477a96e..3b1ca52 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -247,6 +247,7 @@ layoutpane > box > box:first-child > stackswitcher > button {
   color: #888a85;
   text-shadow: none;
   font-weight: bold;
+  min-width: 0;
 }
 
 layoutpane > box > box:first-child > stackswitcher > button:checked {
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index e949291..32b94a8 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -239,6 +239,7 @@ layoutpane > box > box:first-child > stackswitcher > button {
   color: #888a85;
   text-shadow: none;
   font-weight: bold;
+  min-width: 0;
 }
 
 layoutpane > box > box:first-child > stackswitcher > button:checked {


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