Fix misaligned step list indentation (#4609)

This commit is contained in:
Patrick Schratz 2024-12-24 09:52:50 +01:00 committed by GitHub
parent 109d577ce4
commit e31ccdad01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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