From 68bb16e297f33d2d1354d04405f921a85482f4dc Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Fri, 22 Jan 2016 09:57:56 +0000 Subject: Allow language switcher dropdown to expand horizontally Handy for displaying languages with very long names! Part of mysociety/alaveteli#2989. --- assets/stylesheets/responsive/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 12bf0b7..b8fabaa 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -421,7 +421,7 @@ a.link_button_green_large { z-index: 1000; border-radius: 3px; font-size: 1em; - width: 100%; + min-width: 100%; } } -- cgit v1.2.3