Remove extra margins for checkbox and radios

This commit is contained in:
Johannes Zellner
2025-01-16 17:52:45 +01:00
parent b38e28e50e
commit 91c873c25f

View File

@@ -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;