From c30f20122d1f2f0f49240aae17d1233dd745e1e5 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 29 Jul 2013 19:47:50 -0400 Subject: [PATCH] Adding a little more max width for buttons --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2