finally fix the annoying padding
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user