From a7e961fc0ca23e950cf573296235136e1a613e4b Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 21 Dec 2024 16:13:33 +0100 Subject: [PATCH] Fixes --- src/i18n/common/de.json | 3 ++- src/styles/table.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/common/de.json b/src/i18n/common/de.json index 569ef02..96e2a91 100644 --- a/src/i18n/common/de.json +++ b/src/i18n/common/de.json @@ -146,7 +146,8 @@ "winner": "Sieger", "notPlayed": "Nicht gespielt", "draw": "Unentschieden", - "points": "Punkte" + "points": "Punkte", + "team": "Team" } }, "blog": { diff --git a/src/styles/table.css b/src/styles/table.css index 575034e..010bfef 100644 --- a/src/styles/table.css +++ b/src/styles/table.css @@ -18,7 +18,7 @@ */ table { - @apply w-full rounded-2xl shadow-lg overflow-clip; + @apply w-full overflow-clip; :not(:has([data-no-head])) { }