From b417edf8c1e2ddb48f8ba9d8dc76ec86493d49f9 Mon Sep 17 00:00:00 2001 From: Epsilon_02 Date: Sun, 6 Nov 2022 21:00:28 +0100 Subject: [PATCH] Fix cut of woodpecker animation (#1402) the woodpecker svg was cut on top and bottom when moving during an active pipeline. --- web/src/components/repo/pipeline/PipelineRunningIcon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/repo/pipeline/PipelineRunningIcon.vue b/web/src/components/repo/pipeline/PipelineRunningIcon.vue index c23944bf3..e0bc184e8 100644 --- a/web/src/components/repo/pipeline/PipelineRunningIcon.vue +++ b/web/src/components/repo/pipeline/PipelineRunningIcon.vue @@ -1,5 +1,5 @@