diff options
-rw-r--r-- | app/assets/stylesheets/generic/issue_box.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss index 9558f241b7c..869e586839b 100644 --- a/app/assets/stylesheets/generic/issue_box.scss +++ b/app/assets/stylesheets/generic/issue_box.scss @@ -6,7 +6,7 @@ .issue-box { display: inline-block; - padding: 7px 13px; + padding: 4px 13px; font-weight: normal; margin-right: 5px; |