Changes to Word Breaking

This commit is contained in:
2025-06-01 18:22:20 +02:00
parent cdbf1785a3
commit 5199afb9b5

View File

@@ -52,7 +52,7 @@ setupPage()
<template>
<table>
<tr>
<td>Offene Rechnungen:</td>
<td class="break-all">Offene Rechnungen:</td>
<td
v-if="unpaidInvoicesSum > 0"
class="text-orange-500 font-bold text-nowrap"
@@ -60,7 +60,7 @@ setupPage()
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00</td>
</tr>
<tr>
<td>Überfällige Rechnungen:</td>
<td class="break-all">Überfällige Rechnungen:</td>
<td
v-if="unpaidOverdueInvoicesSum > 0"
class="text-rose-600 font-bold text-nowrap"
@@ -68,7 +68,7 @@ setupPage()
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00</td>
</tr>
<tr>
<td>Angelegte Rechnungsentwürfe:</td>
<td class="break-all">Angelegte Rechnungsentwürfe:</td>
<td
v-if="draftInvoicesSum > 0"
class="text-orange-500 font-bold text-nowrap"
@@ -76,7 +76,7 @@ setupPage()
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00</td>
</tr>
<tr>
<td>ToDo Eingangsrechnungsrechnungen:</td>
<td class="break-all">ToDo Eingangsrechnungsrechnungen:</td>
<td
v-if="countUnfinishedOpenIncomingInvoices > 0"
class="text-orange-500 font-bold text-nowrap"