Fix alignment of sorting options and count
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="flex items-center justify-between gap-6 mt-8">
|
||||
<div class="flex items-end justify-between gap-6 mt-8">
|
||||
<span class="isolate inline-flex rounded-md shadow-sm">
|
||||
<.link
|
||||
patch={order_path(@record_list_params, :alphabetical)}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<p class="text-right text-sm max-sm:text-xs mt-8 text-zinc-900 dark:text-zinc-400">
|
||||
<p class="text-right text-sm max-sm:text-xs mt-12 text-zinc-900 dark:text-zinc-400">
|
||||
{gettext(
|
||||
"Showing <b>%{visible}</b> of <b>%{total}</b> records",
|
||||
%{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}
|
||||
|
||||
Reference in New Issue
Block a user