Fix record set header formatting on mobile

This commit is contained in:
Claudio Ortolina
2026-02-06 20:17:54 +00:00
parent 5d7037ddfb
commit c13cab4f42
@@ -40,11 +40,11 @@
>
<div class="flex items-baseline justify-between mb-3">
<div class="grow">
<header class="flex items-baseline justify-start">
<header class="sm:flex items-baseline justify-start">
<h2 class="text-lg font-semibold text-zinc-900 dark:text-zinc-100">
{record_set.name}
</h2>
<span class="ml-2 text-xs text-zinc-500 dark:text-zinc-400">
<span class="sm:ml-2 text-xs text-zinc-500 dark:text-zinc-400">
{gettext("%{collected}/%{total} records", RecordSet.count_by_status(record_set))}
</span>
</header>