From 8f44ca3f3d932568607eedd9b74a1b574ab6a609 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 7 Aug 2023 23:32:36 +0200 Subject: [PATCH] Use min/max width for pipeline step list (#2141) I've also added a min-width to keep the sidebar a bit more readable before the breakpoint is reached: Before: ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/4e76f487-0bfd-416b-9969-9aca42aed629) After: ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/f936c44e-9952-4eb0-8dc3-95d8c48e8dfb) --- 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 e6bd624b5..b1786d684 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -1,5 +1,5 @@