From 84591e8ec28e35450cebb2ec8b82d8171e4d03db Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 23 Apr 2022 18:43:57 +0200 Subject: [PATCH] improved css --- pom.xml | 2 +- static/templates/css.st | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f779048..adf9ddd 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.38 + 0.2.39 diff --git a/static/templates/css.st b/static/templates/css.st index 52b33b4..e370214 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -118,6 +118,10 @@ table{ min-width: 100%; } +table a{ + white-space: nowrap; +} + td, th{ padding: 6px 0; text-align: center;