mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +08:00
Reduce left padding for notebook session (#1186)
* Reduce left padding for notebook session * Update lib/livebook_web/live/session_live.ex Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
This commit is contained in:
parent
355a450d4c
commit
fce28ed713
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ defmodule LivebookWeb.SessionLive do
|
|||
</div>
|
||||
<div class="grow overflow-y-auto relative" data-el-notebook>
|
||||
<div data-el-js-view-iframes phx-update="ignore" id="js-view-iframes"></div>
|
||||
<div class="w-full max-w-screen-lg px-16 mx-auto py-7" data-el-notebook-content>
|
||||
<div class="w-full max-w-screen-lg pl-8 md:pl-16 pr-16 mx-auto py-7" data-el-notebook-content>
|
||||
<div class="flex items-center pb-4 mb-2 space-x-4 border-b border-gray-200"
|
||||
data-el-notebook-headline
|
||||
data-focusable-id="notebook"
|
||||
|
|
Loading…
Reference in a new issue