feat: remove hyphenate from swissinvoice

master
Katja Lutz 2 years ago
parent c56adb6829
commit 16f7afcff5

@ -140,7 +140,7 @@ const SwissInvoice: Component<
return (
<div class="break-inside-avoid pt-px">
<div class="swissinvoice hyphenate whitespace-normal break-words -max-w-[1200px] aspect-[2/1] print:w-full flex-shrink-0 text-left print:text-black text-sm bg-white border-y border-black border-dashed grid grid-flow-col grid-cols-[29.5%_26.5%_auto] grid-rows-[auto_auto_1fr]">
<div class="swissinvoice whitespace-normal break-words -max-w-[1200px] aspect-[2/1] print:w-full flex-shrink-0 text-left print:text-black text-sm bg-white border-y border-black border-dashed grid grid-flow-col grid-cols-[29.5%_26.5%_auto] grid-rows-[auto_auto_1fr]">
<div class="col-span-1 row-span-1 p-10 pb-0 border-r border-black border-dashed">
<HeaderEz>Empfangsschein</HeaderEz>
<div class="leading-tight flex flex-col gap-4">

Loading…
Cancel
Save