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

@@ -5,7 +5,7 @@
flex: 1;
min-height: 0;
overflow-y: auto;
padding-bottom: 20px;
padding: 0 24px 20px;
}