Fix: set min-height for drag-drop items container (#11064)

This commit is contained in:
shamoon
2025-10-15 07:08:04 -07:00
committed by GitHub
parent 8686f264cf
commit 39c429bb87

View File

@@ -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)"