improved css

This commit is contained in:
2022-04-23 18:43:57 +02:00
parent 6f8aff7303
commit 84591e8ec2
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.38</version> <version>0.2.39</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@@ -118,6 +118,10 @@ table{
min-width: 100%; min-width: 100%;
} }
table a{
white-space: nowrap;
}
td, th{ td, th{
padding: 6px 0; padding: 6px 0;
text-align: center; text-align: center;