Fix record set header formatting on mobile
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user