Skip to content

Commit

Permalink
Merge branch 'jivanvl-remove-append-right-2' into 'master'
Browse files Browse the repository at this point in the history
Remove append-right-2 CSS class

See merge request gitlab-org/gitlab!35452
  • Loading branch information
wortschi committed Jun 29, 2020
2 parents e80b3b8 + 78fbe4f commit d997e1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/framework/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d997e1e

Please sign in to comment.