From 91c873c25fc21d18ef21371e040b60ef1cc0693b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 16 Jan 2025 17:52:45 +0100 Subject: [PATCH] Remove extra margins for checkbox and radios --- dashboard/src/theme.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index e5f694401..5ff462ff1 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -171,10 +171,6 @@ select.form-control { box-shadow: none; } -input[type="checkbox"], input[type="radio"] { - margin-top: 2px; -} - .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color: white; outline: none;