Commit 3cdb8f26 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

UI: use different padding in labels for Issues#show and Issues#index

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 63d5fcc8
......@@ -125,7 +125,7 @@ input.check_all_issues {
max-width: 200px;
}
.issue-labels .label {
.issue-show-labels .label {
padding: 6px 10px;
}
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment