Canonicalize tailwind classes

This commit is contained in:
Claudio Ortolina
2026-04-21 14:21:19 +01:00
parent 007f59b0c3
commit 016c4691be
17 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ defmodule MusicLibraryWeb.Components.Chat do
>
{raw(Markdown.to_html(message.content, link_target: "_blank"))}
</div>
<div :if={message.role == "assistant"} class="flex justify-end -mb-1 -mr-2">
<div :if={message.role == "assistant"} class="-mr-2 -mb-1 flex justify-end">
<.copy_to_clipboard
target_id={"#{@id}-msg-#{index}"}
label={gettext("Copy message")}