add padding-bottom and top

This commit is contained in:
2021-05-29 00:30:55 +08:00
parent 86ad038bb4
commit 82b2467a8a

View File

@@ -68,3 +68,7 @@ div.feedback {
button.refresh {
width: 100%;
}
td, th {
padding-bottom: 0.5em;
padding-top: 0.5em;
}