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

make adjustments for select2 inline search field

parent bb8d6823
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,12 @@ $alert-colors: (
}
}
.select2-container .select2-search--inline .select2-search__field {
// The font in inline selections should not be overwritten and the placeholder should not be cropped at the bottom
font-family: inherit;
height: 1.5rem;
}
// datetimepicker adjustments
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment