Fixed the paddings a bit

This commit is contained in:
2025-05-01 12:55:54 +02:00
parent e4460f0a76
commit 57635df050

View File

@@ -44,8 +44,13 @@
padding: 8px 0; padding: 8px 0;
} }
td:first-child {
padding-left: 8px;
}
td:last-child { td:last-child {
width: 100%; width: 100%;
padding-right: 8px;
} }
input[type="radio"] { input[type="radio"] {