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;