Avoid usage of inline css style (#4629)

This commit is contained in:
Robert Kaussow 2024-12-28 00:10:01 +01:00 committed by GitHub
parent fdfabe6368
commit 4e07f8e090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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