Commit b7072ff0de546549895545d2e6de16f6f3d7205c
1 parent
049d0cc3
Exists in
spb-stable
and in
3 other branches
FIx state-label align
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/generic/issue_box.scss
@@ -103,9 +103,10 @@ | @@ -103,9 +103,10 @@ | ||
103 | 103 | ||
104 | .state-label { | 104 | .state-label { |
105 | font-size: 14px; | 105 | font-size: 14px; |
106 | - padding: 9px 25px; | 106 | + padding: 1px 25px; |
107 | text-align: center; | 107 | text-align: center; |
108 | text-shadow: none; | 108 | text-shadow: none; |
109 | margin-right: 20px; | 109 | margin-right: 20px; |
110 | + display: inline-block; | ||
110 | } | 111 | } |
111 | } | 112 | } |