From e31ccdad01f8b07b96c9d339079416d23a21a609 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Tue, 24 Dec 2024 09:52:50 +0100 Subject: [PATCH] Fix misaligned step list indentation (#4609) --- web/src/components/repo/pipeline/PipelineStepList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index 50006de25..17acede02 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -92,7 +92,9 @@ class="transition-height duration-150 overflow-hidden" :class="{ 'max-h-0': workflowsCollapsed[workflow.id], - 'ml-6': !singleConfig, + }" + :style="{ + marginLeft: !singleConfig ? '1.6rem' : '', }" >