mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +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>
|
||||
<div
|
||||
:class="{
|
||||
'max-h-screen': !collapsed,
|
||||
'max-h-auto': !collapsed,
|
||||
'max-h-0': collapsed,
|
||||
}"
|
||||
class="transition-height duration-150 overflow-hidden"
|
||||
|
|
Loading…
Reference in a new issue