Skip to content

Commit

Permalink
Fixed #18: filter select size
Browse files Browse the repository at this point in the history
Was actually caused by long language name in demo.
  • Loading branch information
rgaudin committed Apr 29, 2024
1 parent bd38b9e commit 32e2a64
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
<div class="
md:hidden
asticky
abottom-0
w-[100%]
">

Expand All @@ -77,9 +75,6 @@
kiwix-mini-download-open-downshadow
h-[0.9rem]
axxs-[1.5rem]
axs:h-[1.5rem]
asm:h-[2rem]
w-[100%]
"></div>
Expand Down Expand Up @@ -171,7 +166,7 @@
>Languages</label>
<select
id="languages-list"
class="select select-bordered select-sm max-w-xs"
class="select select-bordered select-sm max-w-[10rem]"
>
<option value="">All</option>
{% for code, name in languages.items() %}<option value="{{ code }}">{{ name }}</option>{% endfor %}
Expand Down

0 comments on commit 32e2a64

Please sign in to comment.