Commit 9ddbf5d3 authored by George Tsiolis's avatar George Tsiolis

Move margin from board-card-weight to board-card-number

parent 2ad9d22d
......@@ -154,7 +154,7 @@
class="js-no-trigger">{{ issue.title }}</a>
<span
v-if="issueId"
class="board-card-number"
class="board-card-number append-right-5"
>
{{ issue.referencePath }}
</span>
......
......@@ -23,7 +23,7 @@ export default {
<span
v-tooltip
:title="__('Weight')"
class="board-card-weight card-number prepend-left-5 d-inline-block"
class="board-card-weight card-number d-inline-block"
data-container="body"
data-placement="bottom"
>
......
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