fixed table cell padding

This commit is contained in:
2022-04-23 01:40:43 +02:00
parent 0858417fa9
commit dac01b4768
2 changed files with 7 additions and 2 deletions

View File

@@ -109,4 +109,9 @@ button {
table{
margin: 0 0 10px;
min-width: 100%;
}
}
td, th{
padding: 6px 0;
}