mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:37:34 -05:00 
			
		
		
		
	Fix for amount wrapping
This commit is contained in:
		
							parent
							
								
									08afa86212
								
							
						
					
					
						commit
						17c27445b3
					
				@ -162,14 +162,14 @@
 | 
			
		||||
        "subtotalsBalanceDueLabel": {
 | 
			
		||||
            "fontSize": "$fontSizeLargest",
 | 
			
		||||
            "color": "#ffffff",
 | 
			
		||||
            "bold": true,
 | 
			
		||||
            "noWrap": true
 | 
			
		||||
            "bold": true
 | 
			
		||||
        },
 | 
			
		||||
        "subtotalsBalanceDue": {
 | 
			
		||||
            "fontSize": "$fontSizeLargest",
 | 
			
		||||
            "bold": true,
 | 
			
		||||
            "color":"#ffffff",
 | 
			
		||||
            "alignment":"right"
 | 
			
		||||
            "alignment":"right",
 | 
			
		||||
            "noWrap":true
 | 
			
		||||
        },
 | 
			
		||||
        "invoiceDetails": {
 | 
			
		||||
            "color": "#ffffff"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user