mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Fix padding in custom view modal
This commit is contained in:
parent
9d4a6f49ac
commit
ed3e53a337
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue