Commit 69253414 authored by David's avatar David

fix(pipeline_badge): update styles for pipeline badge to correctly center it vertically

parent bb444daf
---
title: Update styles for pipeline status badge to be correctly vertically centered
in project pipeline card
merge_request:
author: Oregand
type: fixed
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
<ci-badge-link <ci-badge-link
ref="status" ref="status"
class="bg-white" class="bg-white d-inline-block align-middle py-0"
:status="lastPipeline.details.status" :status="lastPipeline.details.status"
:show-text="true" :show-text="true"
/> />
......
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