Fix design text whitespace

This commit is contained in:
Benjamin Beganović 2020-06-17 15:47:26 +02:00
parent ff82d7df06
commit 77ab9a7b06
10 changed files with 20 additions and 20 deletions

View File

@ -76,7 +76,7 @@ class Bold extends AbstractDesign
<thead class="text-left">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -84,7 +84,7 @@ class Bold extends AbstractDesign
<thead class="text-left">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -78,7 +78,7 @@ $custom_css
<thead class="text-left">
$product_table_header
</thead>
<tbody class="bg-gray-200">
<tbody class="bg-gray-200 whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -86,7 +86,7 @@ $custom_css
<thead class="text-left">
$task_table_header
</thead>
<tbody class="bg-gray-200">
<tbody class="bg-gray-200 whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -84,7 +84,7 @@ class Clean extends AbstractDesign
<thead class="text-left">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -92,7 +92,7 @@ class Clean extends AbstractDesign
<thead class="text-left">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -67,7 +67,7 @@ $custom_css
<thead class="text-left rounded-lg">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -75,7 +75,7 @@ $custom_css
<thead class="text-left rounded-lg">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -71,7 +71,7 @@ class Elegant extends AbstractDesign
<thead class="text-left border-dashed border-b border-black">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -79,7 +79,7 @@ class Elegant extends AbstractDesign
<thead class="text-left border-dashed border-b border-black">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -90,7 +90,7 @@ $custom_css
<thead class="text-left">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -98,7 +98,7 @@ $custom_css
<thead class="text-left">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -74,7 +74,7 @@ $custom_css
<thead class="text-left text-white bg-gray-900 display: table-header-group;">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -82,7 +82,7 @@ $custom_css
<thead class="text-left text-white bg-gray-900 display: table-header-group;">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -84,7 +84,7 @@ $custom_css
<thead class="text-left border-b-4 border-black">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -92,7 +92,7 @@ $custom_css
<thead class="text-left border-b-4 border-black">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>

View File

@ -45,10 +45,10 @@ $custom_css
<div class="col-span-2 p-3">
$company_logo
</div>
<div class="col-span-2 p-3 flex flex-col">
<div class="col-span-2 p-3 flex flex-col flex-wrap">
$company_details
</div>
<div class="col-span-2 p-3 flex flex-col">
<div class="col-span-2 p-3 flex flex-col flex-wrap">
$entity_details
</div>
</div>';

View File

@ -83,7 +83,7 @@ $custom_css
<thead class="text-left bg-teal-600 rounded-lg">
$product_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$product_table_body
</tbody>
</table>
@ -91,7 +91,7 @@ $custom_css
<thead class="text-left bg-teal-600 rounded-lg">
$task_table_header
</thead>
<tbody>
<tbody class="whitespace-pre-line">
$task_table_body
</tbody>
</table>