v1.7.1: Druck – kleinere Schrift und schmalere Tabelle

Beim Drucken: Schrift 0.72rem (!important gegen Inline-Style),
Tabellenbreite 95%.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 21:50:51 +02:00
parent 8fabf7bb30
commit 845b634804
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -34,6 +34,7 @@ body {
background: white;
}
table {
font-size: 0.72rem;
font-size: 0.72rem !important;
width: 95% !important;
}
}