mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: enforce dropdown input min width
This commit is contained in:
		@@ -259,6 +259,10 @@ a.btn-link:focus-visible,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    .ng-select-container .ng-value-container .ng-input {
 | 
					    .ng-select-container .ng-value-container .ng-input {
 | 
				
			||||||
      top: 7px;
 | 
					      top: 7px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      input {
 | 
				
			||||||
 | 
					        min-width: 10px;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
 | 
					    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user