finally fix the annoying padding
This commit is contained in:
@ -52,7 +52,7 @@ defmodule SomethingErlangWeb.ThreadLive.Show do
|
|||||||
|
|
||||||
def toolbar(assigns) do
|
def toolbar(assigns) do
|
||||||
~H"""
|
~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>
|
<%= @date |> Calendar.strftime("%A, %b %d %Y @ %H:%M") %></div>
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user