diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-01-22 11:44:48 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-01-22 11:44:48 +0000 |
commit | 52ecfc844c62d3f9be758117faf9d6aa3328f273 (patch) | |
tree | c735f05ae8776014b8c0fdeff7ee6995dd86d528 | |
parent | 4460a1dc36006f8c2f03d576403d06ee7be4e96e (diff) | |
parent | 68bb16e297f33d2d1354d04405f921a85482f4dc (diff) |
Merge remote-tracking branch 'origin/2989-language-switcher-width'
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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%; } } |