fix: remove exstraneous border below tables

This commit is contained in:
2026-08-17 08:40:41 +02:00
parent 7342db4afa
commit e8154ebba1
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
<f:if condition="{priceTable.success} && {priceTable.data -> f:count()}">
<div class="w-full overflow-x-scroll mb-4">
<div class="w-full overflow-x-auto mb-4">
<h3 class="font-bold mt-4 mb-2">
Preise {year}
</h3>
@@ -19,7 +19,7 @@
</f:section>
<f:section name="Table">
<div class="w-full max-w-full overflow-x-scroll md:overflow-x-auto">
<div class="w-full max-w-full overflow-x-auto">
<table class="min-w-full border border-zinc-200 border-collapse mb-2">
<f:for each="{categories}" as="category" key="categoryKey">
<f:if condition="{v:variable.get(name: 'pricetable.{categoryKey}', useRawKeys: 1) -> f:count()} > 0">