Add canonical_tailwind to get correct formatting for tailwind classes

This commit is contained in:
Claudio Ortolina
2026-03-20 13:02:32 +00:00
parent ccc929e939
commit 47ca6fa1d2
41 changed files with 467 additions and 463 deletions
@@ -12,7 +12,7 @@ defmodule MusicLibraryWeb.Components.Pagination do
<div
:if={@page_links.total_pages > 1}
id={@id}
class="flex items-center justify-between px-4 py-6 mb-4"
class="mb-4 flex items-center justify-between px-4 py-6"
>
<%!-- Only on smallest viewport --%>
<div class={[
@@ -34,7 +34,7 @@ defmodule MusicLibraryWeb.Components.Pagination do
{gettext("Next")}
</.button>
</div>
<div class="hidden sm:flex sm:flex-1 sm:items-center sm:justify-items-center sm:justify-center">
<div class="hidden sm:flex sm:flex-1 sm:items-center sm:justify-center sm:justify-items-center">
<div>
<.button_group>
<.prev_link