Align checkbox nicer

This commit is contained in:
Peter Stuifzand 2020-06-24 21:37:32 +02:00
parent 15e91c09ac
commit 6ca3d8e9b9

View File

@ -58,6 +58,10 @@
white-space: pre-wrap;
}
.content input[type="checkbox"] {
vertical-align: text-top;
}
.lighter {
color: #ccc;
}