From b7072ff0de546549895545d2e6de16f6f3d7205c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 28 Feb 2014 22:14:43 +0200 Subject: [PATCH] FIx state-label align --- app/assets/stylesheets/generic/issue_box.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss index c05b7a9..3db4d90 100644 --- a/app/assets/stylesheets/generic/issue_box.scss +++ b/app/assets/stylesheets/generic/issue_box.scss @@ -103,9 +103,10 @@ .state-label { font-size: 14px; - padding: 9px 25px; + padding: 1px 25px; text-align: center; text-shadow: none; margin-right: 20px; + display: inline-block; } } -- libgit2 0.21.2