mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:17:34 -05:00 
			
		
		
		
	modern: fix table width
This commit is contained in:
		
							parent
							
								
									15d8877d48
								
							
						
					
					
						commit
						8411a1a314
					
				@ -32,9 +32,9 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <!-- Product table -->
 | 
					        <!-- Product table -->
 | 
				
			||||||
        <table id="product-table" class="mt-8 table-auto"></table>
 | 
					        <table id="product-table" class="w-full mt-8 table-auto"></table>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
    <!-- Company details -->
 | 
					    <!-- Company details -->
 | 
				
			||||||
    <div class="bg-orange-600">
 | 
					    <div class="bg-orange-600">
 | 
				
			||||||
        <div class="$global-padding">
 | 
					        <div class="$global-padding">
 | 
				
			||||||
@ -46,4 +46,6 @@
 | 
				
			|||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user