mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -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>
 | 
					</div>
 | 
				
			||||||
<div class="mt-2 align-items-center bg-light p-2">
 | 
					<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"
 | 
					        cdkDropList #unselectedList="cdkDropList"
 | 
				
			||||||
        cdkDropListOrientation="mixed"
 | 
					        cdkDropListOrientation="mixed"
 | 
				
			||||||
        (cdkDropListDropped)="drop($event)"
 | 
					        (cdkDropListDropped)="drop($event)"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user