Replace px units

This commit is contained in:
Claudio Ortolina
2026-02-19 10:40:44 +00:00
parent facb7359c1
commit dd20aaf60d
2 changed files with 3 additions and 3 deletions
@@ -13,7 +13,7 @@
<h3 class="text-lg font-semibold">{gettext("Release Groups")}</h3>
<ul class={[
"mt-5 divide-y divide-zinc-100 dark:divide-slate-300/30",
"max-h-[500px] overflow-y-auto"
"max-h-125 overflow-y-auto"
]}>
<li
:for={release_group <- @search_results}