mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 05:47:34 -05:00 
			
		
		
		
	Increase product key width
This commit is contained in:
		
							parent
							
								
									7384f65a4c
								
							
						
					
					
						commit
						c771bf3024
					
				@ -247,7 +247,7 @@
 | 
				
			|||||||
		<thead>
 | 
							<thead>
 | 
				
			||||||
			<tr>
 | 
								<tr>
 | 
				
			||||||
				<th style="min-width:32px;" class="hide-border"></th>
 | 
									<th style="min-width:32px;" class="hide-border"></th>
 | 
				
			||||||
				<th style="min-width:160px">{{ $invoiceLabels['item'] }}</th>
 | 
									<th style="width:25%">{{ $invoiceLabels['item'] }}</th>
 | 
				
			||||||
				<th style="width:100%">{{ $invoiceLabels['description'] }}</th>
 | 
									<th style="width:100%">{{ $invoiceLabels['description'] }}</th>
 | 
				
			||||||
                @if ($account->showCustomField('custom_invoice_item_label1'))
 | 
					                @if ($account->showCustomField('custom_invoice_item_label1'))
 | 
				
			||||||
                    <th style="min-width:120px">{{ $account->custom_invoice_item_label1 }}</th>
 | 
					                    <th style="min-width:120px">{{ $account->custom_invoice_item_label1 }}</th>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user