[CHANGE] Set min width, so it's properly readable

This commit is contained in:
Peter Pfeufer 2024-01-16 20:32:45 +01:00
parent fd08b987bd
commit 89193d2fcf
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -39,7 +39,7 @@
<button type="button" class="h-100 btn" data-bs-toggle="dropdown" aria-expanded="false"> <button type="button" class="h-100 btn" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-gear fa-fw text-light"></i> <i class="fa-solid fa-gear fa-fw text-light"></i>
</button> </button>
<ul class="dropdown-menu"> <ul class="dropdown-menu" style="min-width: 200px;">
<li><h6 class="dropdown-header">{% translate "Language" %}</h6></li> <li><h6 class="dropdown-header">{% translate "Language" %}</h6></li>
<li> <li>
<a class="dropdown-item">{% include "public/lang_select.html" %}</a> <a class="dropdown-item">{% include "public/lang_select.html" %}</a>