mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-26 10:20:29 +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="{
|
||||
'max-h-0': workflowsCollapsed[workflow.id],
|
||||
'ml-6': !singleConfig,
|
||||
}"
|
||||
:style="{
|
||||
marginLeft: !singleConfig ? '1.6rem' : '',
|
||||
}"
|
||||
>
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue