summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/issue_box.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/issue_box.scss')
-rw-r--r--app/assets/stylesheets/generic/issue_box.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss
index 176c45581a8..2563ab516e2 100644
--- a/app/assets/stylesheets/generic/issue_box.scss
+++ b/app/assets/stylesheets/generic/issue_box.scss
@@ -6,7 +6,9 @@
.issue-box {
display: inline-block;
- padding: 0 10px;
+ padding: 7px 13px;
+ font-weight: normal;
+ margin-right: 5px;
&.issue-box-closed {
background-color: $bg_danger;