mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: correct select field wrapping with long text (#7572)
This commit is contained in:
		@@ -27,3 +27,11 @@
 | 
			
		||||
    background-position: right calc(0.375em + 0.1875rem) center !important;
 | 
			
		||||
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.input-group .ng-select-taggable:first-child:nth-last-child(2) {
 | 
			
		||||
    max-width: calc(100% - 45px); // fudge factor for (1x) ng-select button width
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.input-group .ng-select-taggable:first-child:nth-last-child(3) {
 | 
			
		||||
    max-width: calc(100% - 90px); // fudge factor for (2x) ng-select button width
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user