mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Fix bad tailwind class
This commit is contained in:
parent
45dbe79eba
commit
9db3cfd4c5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<%= turbo_frame_tag chat_frame do %>
|
<%= turbo_frame_tag chat_frame do %>
|
||||||
<div class="flex flex-col h-full md:p4">
|
<div class="flex flex-col h-full md:p-4">
|
||||||
<%= render "chats/chat_nav", chat: @chat %>
|
<%= render "chats/chat_nav", chat: @chat %>
|
||||||
|
|
||||||
<div class="mt-auto py-8">
|
<div class="mt-auto py-8">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue