Add small margin to the right of checkboxes

Makes things look less cramped.
This commit is contained in:
Samuel Mannehed 2022-12-09 14:19:00 +01:00
parent a714e1b003
commit 564a89bcb9
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ input[type=checkbox] {
border-radius: 3px;
width: 13px;
height: 13px;
margin-right: 6px;
vertical-align: bottom;
transition: 0.2s background-color linear;
}