mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-27 19:00:35 +00:00
Fix misaligned step list indentation (#4609)
This commit is contained in:
parent
109d577ce4
commit
e31ccdad01
1 changed files with 3 additions and 1 deletions
|
@ -92,7 +92,9 @@
|
||||||
class="transition-height duration-150 overflow-hidden"
|
class="transition-height duration-150 overflow-hidden"
|
||||||
:class="{
|
:class="{
|
||||||
'max-h-0': workflowsCollapsed[workflow.id],
|
'max-h-0': workflowsCollapsed[workflow.id],
|
||||||
'ml-6': !singleConfig,
|
}"
|
||||||
|
:style="{
|
||||||
|
marginLeft: !singleConfig ? '1.6rem' : '',
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in a new issue