Commit 7ad170d8 authored by Regis's avatar Regis

fix spacing on both sides for stages - svgs next

parent ba0dcade
......@@ -63,14 +63,15 @@
data-toggle="dropdown"
type="button"
>
<span :class='tooltip'></span>
<span class="mini-pipeline-graph-icon-container">
<span
:class='spanClass'
v-html='svg'
>
</span>
<i class="fa fa-caret-down dropdown-caret"></i>
<span :class='tooltip'>
<span class="mini-pipeline-graph-icon-container">
<span
:class='spanClass'
v-html='svg'
>
</span>
<i class="fa fa-caret-down dropdown-caret"></i>
</span>
</span>
</span>
</button>
......
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