Commit 3cdb8f26c9c1580d33557a0f619a90989df23245
1 parent
63d5fcc8
Exists in
spb-stable
and in
3 other branches
UI: use different padding in labels for Issues#show and Issues#index
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/issues.scss
app/views/projects/issues/show.html.haml
@@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
64 | - @issue.participants.each do |participant| | 64 | - @issue.participants.each do |participant| |
65 | = link_to_member(@project, participant, name: false, size: 24) | 65 | = link_to_member(@project, participant, name: false, size: 24) |
66 | 66 | ||
67 | - .issue-labels.pull-right | 67 | + .issue-show-labels.pull-right |
68 | - @issue.labels.each do |label| | 68 | - @issue.labels.each do |label| |
69 | %span{class: "label #{label_css_class(label.name)}"} | 69 | %span{class: "label #{label_css_class(label.name)}"} |
70 | %i.icon-tag | 70 | %i.icon-tag |