Fix padding in custom view modal

This commit is contained in:
Jonatan Kłosko 2024-09-24 15:58:48 +07:00
parent 9d4a6f49ac
commit ed3e53a337

View file

@ -4,7 +4,7 @@ defmodule LivebookWeb.SessionLive.CustomViewComponent do
@impl true
def render(assigns) do
~H"""
<div class="p-6">
<div class="flex flex-col">
<h3 class="text-2xl font-semibold text-gray-800">
Custom view
</h3>