Commit dcacfaa1 authored by Luke Bennett's avatar Luke Bennett

Fix lint

parent cd0be3ba
...@@ -267,8 +267,8 @@ ...@@ -267,8 +267,8 @@
} }
.label-list-item { .label-list-item {
.content-list &:before, .content-list &::before,
.content-list &:after { .content-list &::after {
content: none; content: none;
display: block; display: block;
} }
......
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
= link_to_label(label, subject: subject, type: :merge_request) { _('Merge requests') } = link_to_label(label, subject: subject, type: :merge_request) { _('Merge requests') }
- if force_priority - if force_priority
%li.label-link-item.js-priority-badge.inline.prepend-left-10 %li.label-link-item.js-priority-badge.inline.prepend-left-10
.label-badge.label-badge-blue= _('Prioritized label') .label-badge.label-badge-blue= _('Prioritized label')
\ No newline at end of file
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