1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00

Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth 2024-12-27 23:13:55 +00:00
commit 90803ef873

@ -90,12 +90,7 @@
</div>
<div
class="transition-height duration-150 overflow-hidden"
:class="{
'max-h-0': workflowsCollapsed[workflow.id],
}"
:style="{
marginLeft: !singleConfig ? '1.6rem' : '',
}"
:class="{ 'max-h-0': workflowsCollapsed[workflow.id], 'ml-[1.6rem]': !singleConfig }"
>
<button
v-for="step in workflow.children"