add checkbox m

This commit is contained in:
2020-04-11 23:15:29 +02:00
parent c2e99da523
commit 4dbd0e47d7

View File

@@ -22,6 +22,10 @@ input {
input[type="checkbox"] {
width: unset;
& + label {
display: inline;
}
}
a {