Commit 2ad9d22d authored by George Tsiolis's avatar George Tsiolis

Group weight icon and text on issue list and issue boards

parent 372b4654
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
= link_to_label(label, subject: issue.project, css_class: 'label-link') = link_to_label(label, subject: issue.project, css_class: 'label-link')
- if issue.weight - if issue.weight
%span.issuable-weight.has-tooltip{ data: { container: 'body' }, title: _('Weight') } %span.issuable-weight.d-none.d-sm-inline-block.has-tooltip{ data: { container: 'body' }, title: _('Weight') }
   
= icon('balance-scale') = icon('balance-scale')
= issue.weight = issue.weight
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
<span <span
v-tooltip v-tooltip
:title="__('Weight')" :title="__('Weight')"
class="board-card-weight card-number prepend-left-5" class="board-card-weight card-number prepend-left-5 d-inline-block"
data-container="body" data-container="body"
data-placement="bottom" data-placement="bottom"
> >
......
---
title: Group weight icon and text on issue list and issue boards
merge_request: 7484
author: George Tsiolis
type: other
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