Improve alignment of checkbox

This commit is contained in:
Peter Stuifzand 2021-08-07 20:18:08 +02:00
parent 7f521bcde5
commit 8e101418f3

View File

@ -383,7 +383,7 @@ mark {
}
.content input[type="checkbox"] {
vertical-align: text-top;
vertical-align: baseline;
}
.lighter {