From d28f4923e3e238dc538933db39e28864630b77e4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 7 Aug 2023 21:49:58 +0200 Subject: [PATCH] Use fix width for pipeline step list (#2138) On larger monitors using dynamic width in percent, the step list can become very wide which makes it hard to read. --- web/src/components/repo/pipeline/PipelineStepList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index f7a46bfe1..e6bd624b5 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -1,5 +1,5 @@