Commit 0fc1a038 authored by Bryce Johnson's avatar Bryce Johnson

Style linked pipeline separator. [ci-skip]

parent fd4cf455
......@@ -50,7 +50,8 @@ export default {
<ci-status :status="pipelineStatus"/>
</span>
<span class="linked-pipeline-project-name"> {{ projectName }}</span>
<span class="linked-pipeline-id"> &#8226; #{{ pipelineId }}</span>
<span class="project-name-pipeline-id-separator">&#8226;</span>
<span class="linked-pipeline-id"> #{{ pipelineId }}</span>
</a>
</div>
</li>
......
......@@ -1081,3 +1081,10 @@
line-height: 0;
z-index: 10;
}
.project-name-pipeline-id-separator {
display: inline-block;
margin: 4px 2px 0 2px;
font-size: 10px;
vertical-align: top;
}
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