mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-27 13:56:21 +08:00
Adjust headings spacing
This commit is contained in:
parent
6e4c81edae
commit
9dc09c3146
2 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ defmodule LivebookWeb.SessionLive do
|
|||
data-metadata="notebook"
|
||||
>
|
||||
<h1
|
||||
class="text-3xl font-semibold text-gray-800 border border-transparent rounded-lg whitespace-pre-wrap"
|
||||
class="px-1 -ml-1.5 text-3xl font-semibold text-gray-800 border border-transparent rounded-lg whitespace-pre-wrap"
|
||||
tabindex="0"
|
||||
id="notebook-heading"
|
||||
data-el-heading
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ defmodule LivebookWeb.SessionLive.SectionComponent do
|
|||
</button>
|
||||
</div>
|
||||
<h2
|
||||
class="grow text-gray-800 font-semibold text-2xl px-1 -ml-1 rounded-lg border border-transparent whitespace-pre-wrap cursor-text"
|
||||
class="grow text-gray-800 font-semibold text-2xl px-1 -ml-1.5 rounded-lg border border-transparent whitespace-pre-wrap cursor-text"
|
||||
tabindex="0"
|
||||
id={@section_view.html_id}
|
||||
data-el-heading
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue