This commit is contained in:
2024-12-21 16:13:33 +01:00
parent 8c6f5f5729
commit a7e961fc0c
2 changed files with 3 additions and 2 deletions

View File

@@ -146,7 +146,8 @@
"winner": "Sieger",
"notPlayed": "Nicht gespielt",
"draw": "Unentschieden",
"points": "Punkte"
"points": "Punkte",
"team": "Team"
}
},
"blog": {

View File

@@ -18,7 +18,7 @@
*/
table {
@apply w-full rounded-2xl shadow-lg overflow-clip;
@apply w-full overflow-clip;
:not(:has([data-no-head])) {
}