From cbd28bc12f0cfc842e5ea7f0e716301cc860bacc Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 13 Mar 2018 10:16:31 +0100 Subject: [PATCH] Attempt to better position checkboxes --- webadmin/src/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 4b1e4a4c8..3def38540 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -107,6 +107,10 @@ $table-border-color: transparent !default; color: white; } +input[type="checkbox"] { + margin-top: 2px; +} + // ---------------------------- // Main classes