diff options
-rw-r--r-- | app/assets/stylesheets/generic/issue_box.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss index c05b7a9e427..3db4d908d9c 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; } } |