From 84a7a9fe2d23b24e2dc75d89562d8cffaef0e6c9 Mon Sep 17 00:00:00 2001 From: Pavel Chipiga Date: Fri, 2 Mar 2012 01:37:05 +0200 Subject: [PATCH] Fix build_list display width. Refs #223 --- app/assets/stylesheets/design/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/design/common.scss b/app/assets/stylesheets/design/common.scss index ea53f9aba..a44081d1d 100644 --- a/app/assets/stylesheets/design/common.scss +++ b/app/assets/stylesheets/design/common.scss @@ -7,7 +7,7 @@ table.info { table.columns2 { @include inner-table-borders; - th.first, td.first {width: 50%;} + th.first, td.first {width: 30%;} } table.columns3 {