Commit a06ceaa0 authored by pburdette's avatar pburdette

Adjust icon size

Use 16 instead of 12
since the icon is designed
a bit different.
parent 30615400
......@@ -74,11 +74,7 @@ export default {
</span>
<span v-if="showSkipped" data-testid="pipeline-skipped">
<gl-icon
name="status_skipped_borderless"
class="gl-vertical-align-baseline! gl-mr-2"
:size="12"
/>
<gl-icon name="status_skipped_borderless" class="gl-mr-2" :size="16" />
{{ s__('Pipeline|Skipped') }}
</span>
......
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