From dac01b47688db65483c951bb77762a31fd330d33 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 23 Apr 2022 01:40:43 +0200 Subject: [PATCH] fixed table cell padding --- pom.xml | 2 +- static/templates/css.st | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2d03578..4ca6e10 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.28 + 0.2.29 diff --git a/static/templates/css.st b/static/templates/css.st index 79b86a2..11b8ffd 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -109,4 +109,9 @@ button { table{ margin: 0 0 10px; min-width: 100%; -} \ No newline at end of file +} + +td, th{ + padding: 6px 0; +} + \ No newline at end of file