Skip to content
Snippets Groups Projects
Unverified Commit 482aa81d authored by Richard Ebeling's avatar Richard Ebeling Committed by GitHub
Browse files

Merge pull request #1702 from janno42/ui

Select2 update and CSS fixes
parents 5318125f dc02457f
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@
{% endif %}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarUserDropdownMenuLink" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="fas fa-user"></span> {{ user.full_name }}</a>
<div class="dropdown-menu dropdown-menu-right dropdown-menu-tight" aria-labelledby="navbarUserDropdownMenuLink">
<div class="dropdown-menu dropdown-menu-end dropdown-menu-tight" aria-labelledby="navbarUserDropdownMenuLink">
<a class="dropdown-item" href="{% url 'evaluation:profile_edit' %}">{% trans 'Profile' %}</a>
<a class="dropdown-item" href="{% url 'django-auth-logout' %}">{% trans 'Logout' %}</a>
</div>
......
This diff is collapsed.
This diff is collapsed.
......@@ -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