mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-02 02:27:16 -05:00
Fix: set min-height for drag-drop items container (#11064)
This commit is contained in:
parent
8686f264cf
commit
39c429bb87
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-2 align-items-center bg-light p-2">
|
||||
<div class="d-flex flex-wrap flex-row gap-2 w-100"
|
||||
<div class="d-flex flex-wrap flex-row gap-2 w-100" style="min-height: 1em;"
|
||||
cdkDropList #unselectedList="cdkDropList"
|
||||
cdkDropListOrientation="mixed"
|
||||
(cdkDropListDropped)="drop($event)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user