mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-17 03:45:13 +00:00
Fix panel height (#1629)
This commit is contained in:
parent
9c8c610cd4
commit
1947408eba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
</component>
|
</component>
|
||||||
<div
|
<div
|
||||||
:class="{
|
:class="{
|
||||||
'max-h-screen': !collapsed,
|
'max-h-auto': !collapsed,
|
||||||
'max-h-0': collapsed,
|
'max-h-0': collapsed,
|
||||||
}"
|
}"
|
||||||
class="transition-height duration-150 overflow-hidden"
|
class="transition-height duration-150 overflow-hidden"
|
||||||
|
|
Loading…
Reference in a new issue