fix: standardize table containment and container padding across pages

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-09 18:21:58 +02:00
parent be585934b9
commit ba53f91f4a
4 changed files with 47 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
.container {
padding: 16px;
padding: 20px 24px 40px;
overflow-y: auto;
flex: 1;
}