Commit b7072ff0de546549895545d2e6de16f6f3d7205c

Authored by Dmitriy Zaporozhets
1 parent 049d0cc3

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 103  
104 104 .state-label {
105 105 font-size: 14px;
106   - padding: 9px 25px;
  106 + padding: 1px 25px;
107 107 text-align: center;
108 108 text-shadow: none;
109 109 margin-right: 20px;
  110 + display: inline-block;
110 111 }
111 112 }
... ...