From: Saman Bemel-Benrud Date: Mon, 29 Jul 2013 23:47:50 +0000 (-0400) Subject: Adding a little more max width for buttons X-Git-Tag: live~4860 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c30f20122d1f2f0f49240aae17d1233dd745e1e5?ds=sidebyside Adding a little more max width for buttons --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6e86e7f32..b92a21a07 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1746,7 +1746,7 @@ a.button { border-radius: 0; margin:0; min-width: 100px; - max-width: 150px; + max-width: 180px; border-right:1px solid white; text-overflow: ellipsis; white-space: nowrap;