vertically align checkboxes and radiobuttons

This commit is contained in:
Bruno Windels
2020-12-07 17:35:49 +01:00
parent e5fb5709f7
commit 639a189730
4 changed files with 12 additions and 8 deletions
+4
View File
@@ -79,6 +79,10 @@ button, input {
font-weight: inherit;
}
input[type="checkbox"], input[type="radio"] {
margin: 0 8px 0 0;
}
.RootView {
margin: 0 auto;
max-width: 480px;