Commit 9662c35c authored by Mark Florian's avatar Mark Florian

Merge branch 'psi-pipeline-icon-align' into 'master'

Fix CI icon vertical centering

See merge request gitlab-org/gitlab!53427
parents ea5af055 a272546c
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
> >
<div class="gl-display-flex gl-align-items-center gl-justify-content-space-between"> <div class="gl-display-flex gl-align-items-center gl-justify-content-space-between">
<span class="gl-display-flex gl-align-items-center gl-min-w-0"> <span class="gl-display-flex gl-align-items-center gl-min-w-0">
<ci-icon :status="group.status" :size="24" /> <ci-icon :status="group.status" :size="24" class="gl-line-height-0" />
<span class="gl-text-truncate mw-70p gl-pl-3"> <span class="gl-text-truncate mw-70p gl-pl-3">
{{ group.name }} {{ group.name }}
</span> </span>
......
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
</script> </script>
<template> <template>
<span class="ci-job-name-component mw-100 gl-display-flex gl-align-items-center"> <span class="ci-job-name-component mw-100 gl-display-flex gl-align-items-center">
<ci-icon :size="iconSize" :status="status" /> <ci-icon :size="iconSize" :status="status" class="gl-line-height-0" />
<span class="gl-text-truncate mw-70p gl-pl-3 gl-display-inline-block"> <span class="gl-text-truncate mw-70p gl-pl-3 gl-display-inline-block">
{{ name }} {{ name }}
</span> </span>
......
---
title: Vertically centre CI icons on pipeline page
merge_request: 53427
author:
type: fixed
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