diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 5e808cf..c8e5577 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -125,7 +125,7 @@ input.check_all_issues { max-width: 200px; } -.issue-labels .label { +.issue-show-labels .label { padding: 6px 10px; } diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml index e0d1a74..74cbfe3 100644 --- a/app/views/projects/issues/show.html.haml +++ b/app/views/projects/issues/show.html.haml @@ -64,7 +64,7 @@ - @issue.participants.each do |participant| = link_to_member(@project, participant, name: false, size: 24) - .issue-labels.pull-right + .issue-show-labels.pull-right - @issue.labels.each do |label| %span{class: "label #{label_css_class(label.name)}"} %i.icon-tag -- libgit2 0.21.2