fixed table cell padding
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
<artifactId>Widerhall</artifactId>
|
<artifactId>Widerhall</artifactId>
|
||||||
<version>0.2.28</version>
|
<version>0.2.29</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -109,4 +109,9 @@ button {
|
|||||||
table{
|
table{
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td, th{
|
||||||
|
padding: 6px 0;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user