mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:07:35 -05:00 
			
		
		
		
	Set 'flex-col' for footer labels (#3355)
This commit is contained in:
		
							parent
							
								
									bdc1848ce2
								
							
						
					
					
						commit
						cd597bf3a8
					
				@ -107,11 +107,11 @@ class Business extends AbstractDesign
 | 
			
		||||
                    $table_body
 | 
			
		||||
                    <tr>
 | 
			
		||||
                        <td colspan="5" ref="note" class="px-4 py-4 bg-gray-200 rounded-l-lg">$entity.public_notes</td>
 | 
			
		||||
                        <td ref="quantity" class="px-4 py-4 bg-gray-200" style="color: black">
 | 
			
		||||
                        <td ref="quantity" class="px-4 py-4 bg-gray-200 flex flex-col" style="color: black">
 | 
			
		||||
                            $total_tax_labels
 | 
			
		||||
                            $line_tax_labels
 | 
			
		||||
                        </td>
 | 
			
		||||
                        <td ref="line.total" class="px-4 py-4 text-right bg-gray-200 rounded-r-lg" style="color: black">
 | 
			
		||||
                        <td ref="line.total" class="px-4 py-4 text-right bg-gray-200 rounded-r-lg flex flex-col" style="color: black">
 | 
			
		||||
                            $total_tax_values
 | 
			
		||||
                            $line_tax_values
 | 
			
		||||
                        </td>
 | 
			
		||||
 | 
			
		||||
@ -99,11 +99,11 @@ class Creative extends AbstractDesign
 | 
			
		||||
            $table_body
 | 
			
		||||
            <tr>
 | 
			
		||||
                <td colspan="7" ref="note" class="px-4 py-4">$entity.public_notes</td>
 | 
			
		||||
                <td ref="quantity" class="px-4 py-4">
 | 
			
		||||
                <td ref="quantity" class="px-4 py-4 flex flex-col">
 | 
			
		||||
                    $total_tax_labels
 | 
			
		||||
                    $line_tax_labels
 | 
			
		||||
                </td>
 | 
			
		||||
                <td ref="line.total" class="px-4 py-4 text-right">
 | 
			
		||||
                <td ref="line.total" class="px-4 py-4 text-right flex flex-col">
 | 
			
		||||
                    $total_tax_values
 | 
			
		||||
                    $line_tax_values
 | 
			
		||||
                </td>
 | 
			
		||||
 | 
			
		||||
@ -101,11 +101,11 @@ class Elegant extends AbstractDesign
 | 
			
		||||
            $table_body
 | 
			
		||||
            <tr>
 | 
			
		||||
                <td colspan="5" ref="note" class="px-4 py-4">$entity.public_notes</td>
 | 
			
		||||
                <td ref="quantity" class="px-4 py-4">
 | 
			
		||||
                <td ref="quantity" class="px-4 py-4 flex flex-col">
 | 
			
		||||
                    $total_tax_labels
 | 
			
		||||
                    $line_tax_labels
 | 
			
		||||
                </td>
 | 
			
		||||
                <td ref="line.total" class="px-4 py-4 text-right">
 | 
			
		||||
                <td ref="line.total" class="px-4 py-4 text-right flex flex-col">
 | 
			
		||||
                    $total_tax_values
 | 
			
		||||
                    $line_tax_values
 | 
			
		||||
                </td>
 | 
			
		||||
 | 
			
		||||
@ -107,11 +107,11 @@ class Hipster extends AbstractDesign
 | 
			
		||||
                    <td colspan="3" ref="note" class="px-4 py-4">
 | 
			
		||||
                        $entity.public_notes
 | 
			
		||||
                    </td>
 | 
			
		||||
                    <td ref="quantity" class="px-4 py-4">
 | 
			
		||||
                    <td ref="quantity" class="px-4 py-4 flex flex-col">
 | 
			
		||||
                        $total_tax_labels
 | 
			
		||||
                        $line_tax_labels
 | 
			
		||||
                    </td>
 | 
			
		||||
                    <td ref="line.total" class="border-l-2 border-black px-4 py-4 text-right">
 | 
			
		||||
                    <td ref="line.total" class="border-l-2 border-black px-4 py-4 text-right flex flex-col">
 | 
			
		||||
                        $total_tax_values
 | 
			
		||||
                        $line_tax_values
 | 
			
		||||
                    </td>
 | 
			
		||||
 | 
			
		||||
@ -106,11 +106,11 @@ class Photo extends AbstractDesign
 | 
			
		||||
                    $table_body
 | 
			
		||||
                    <tr class="border-b border-black">
 | 
			
		||||
                        <td colspan="5" ref="note" class="px-4 py-4">$invoice.public_notes</td>
 | 
			
		||||
                        <td ref="quantity" class="px-4 py-4">
 | 
			
		||||
                        <td ref="quantity" class="px-4 py-4 flex flex-col">
 | 
			
		||||
                            $total_tax_labels
 | 
			
		||||
                            $line_tax_labels
 | 
			
		||||
                        </td>
 | 
			
		||||
                        <td ref="line.total" class="px-4 py-4 text-right">
 | 
			
		||||
                        <td ref="line.total" class="px-4 py-4 text-right flex flex-col">
 | 
			
		||||
                            $total_tax_values
 | 
			
		||||
                            $line_tax_values
 | 
			
		||||
                        </td>
 | 
			
		||||
 | 
			
		||||
@ -107,11 +107,11 @@ class Plain extends AbstractDesign
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="w-1/3 flex flex-col">
 | 
			
		||||
                <div class="flex px-3 mt-6">
 | 
			
		||||
                    <section class="w-1/2 text-right">
 | 
			
		||||
                    <section class="w-1/2 text-right flex flex-col">
 | 
			
		||||
                        $total_tax_labels
 | 
			
		||||
                        $line_tax_labels
 | 
			
		||||
                    </section>
 | 
			
		||||
                    <section class="w-1/2 text-right">
 | 
			
		||||
                    <section class="w-1/2 text-right flex flex-col">
 | 
			
		||||
                        $total_tax_values
 | 
			
		||||
                        $line_tax_values
 | 
			
		||||
                    </section>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user