mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-17 00:10:15 +02:00
[CHANGE] Set min width, so it's properly readable
This commit is contained in:
parent
fd08b987bd
commit
89193d2fcf
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user