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
+1 -1
View File
@@ -48,7 +48,7 @@ class AllClientsView extends TemplateView {
}),
"Show apps not available on my platform"
])),
t.div(t.label([
t.div(t.label({className: "filterOption"}, [
t.input({
type: "checkbox",
checked: vm.showExperimental,