Commit d997e1e1 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'jivanvl-remove-append-right-2' into 'master'

Remove append-right-2 CSS class

See merge request gitlab-org/gitlab!35452
parents e80b3b81 78fbe4f0
......@@ -406,7 +406,6 @@ img.emoji {
.prepend-left-default { margin-left: $gl-padding; }
.prepend-left-20 { margin-left: 20px; }
.prepend-left-64 { margin-left: 64px; }
.append-right-2 { margin-right: 2px; }
.append-right-5 { margin-right: 5px; }
.append-right-10 { margin-right: 10px; }
.append-right-15 { margin-right: 15px; }
......
......@@ -185,7 +185,7 @@ export default {
aria-hidden="true"
/>
<div class="gl-font-sm d-flex align-items-center text-nowrap">
<icon class="append-right-2" :size="12" name="weight" />
<icon class="gl-mr-1" :size="12" name="weight" />
<p class="m-0" :aria-label="epicWeightPercentageText">{{ epicWeightPercentage }}%</p>
</div>
</div>
......
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