From 672dce0c7916e95f0875d13fefb6f4c1d24f5928 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 27 Aug 2023 21:48:14 +0200 Subject: [PATCH 1/2] Add min height to mobile pipeline view and fix overflow --- web/src/components/repo/pipeline/PipelineStepList.vue | 2 +- web/src/views/repo/pipeline/Pipeline.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index af82272c41..d66095d301 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -48,7 +48,7 @@
-
+
- +
Date: Sun, 27 Aug 2023 21:57:33 +0200 Subject: [PATCH 2/2] use static min height to take effect on small screens only --- web/src/views/repo/pipeline/Pipeline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/repo/pipeline/Pipeline.vue b/web/src/views/repo/pipeline/Pipeline.vue index fd05d85c4a..0f92948d6d 100644 --- a/web/src/views/repo/pipeline/Pipeline.vue +++ b/web/src/views/repo/pipeline/Pipeline.vue @@ -1,5 +1,5 @@