Skip to content
Snippets Groups Projects
Commit f1498177 authored by Johannes Wolf's avatar Johannes Wolf
Browse files

fix checkbox positions

parent 6434ceb7
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,11 @@ $alert-colors: (
color: shade-color($evap-dark-blue, 50%);
}
// fix checkbox positions
.form-check:not(li) {
padding-top: 0.25rem;
}
// select2 adjustments
.select2-container--default .select2-selection--single {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment