mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-01 13:18:41 +00:00
Avoid usage of inline css style (#4629)
This commit is contained in:
parent
fdfabe6368
commit
4e07f8e090
1 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue