mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-04 06:38:43 +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>
|
||||||
<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"
|
||||||
|
|
Loading…
Reference in a new issue