mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Table colspan fix
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
<table class='table table-striped table-condensed'>
 | 
			
		||||
    <col width='25'>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td colspan='2'><b>{% trans "Parts" %}</b></td>
 | 
			
		||||
        <td colspan='3'><b>{% trans "Parts" %}</b></td>
 | 
			
		||||
    </tr>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td><span class='fas fa-sitemap'></span></td>
 | 
			
		||||
@@ -18,7 +18,7 @@
 | 
			
		||||
        <td>{{ part_count }}</td>
 | 
			
		||||
    </tr>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td colspan="2"><b>{% trans "Stock Items" %}</b></td>
 | 
			
		||||
        <td colspan="3"><b>{% trans "Stock Items" %}</b></td>
 | 
			
		||||
    </tr>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td><span class='fas fa-map-marker-alt'></span></td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user