finally fix the annoying padding

This commit is contained in:
2022-08-11 14:14:47 +02:00
parent ae1dc3a216
commit 51b9cc7f76

View File

@ -52,7 +52,7 @@ defmodule SomethingErlangWeb.ThreadLive.Show do
def toolbar(assigns) do
~H"""
<div class="sm:col-span-2 text-sm p-2">
<div class="sm:col-span-2 text-sm p-2 px-4">
<%= @date |> Calendar.strftime("%A, %b %d %Y @ %H:%M") %></div>
"""
end