Skip to content

Commit 5f6c1f5

Browse files
committed
fix(templates): Hamburger menu too crowded
1 parent 77176ee commit 5f6c1f5

File tree

1 file changed

+1
-1
lines changed
  • examples/regular-django/example/templates/allauth/layouts

1 file changed

+1
-1
lines changed

examples/regular-django/example/templates/allauth/layouts/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<a class="nav-link" href="https://codeberg.org/allauth/django-allauth">Repository</a>
4141
</li>
4242
</ul>
43-
<div class="d-lg-flex gap-2 col-lg-3 justify-content-lg-end text-nowrap">
43+
<div class="d-flex flex-column flex-sm-row gap-2 col-lg-3 justify-content-lg-end text-nowrap">
4444
<form class="d-flex" method="post" action="{% url 'set_language' %}">
4545
{% csrf_token %}
4646
{% get_available_languages as LANGUAGES %}

0 commit comments

Comments
 (0)