mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-04 06:01:59 +08:00
Fix sidebar width
This commit is contained in:
parent
374119303c
commit
b3f5805d78
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ defmodule LivebookWeb.LayoutHelpers do
|
|||
<.remix_icon icon="menu-fold-line" />
|
||||
</button>
|
||||
|
||||
<div class="flex flex-col justify-between h-full">
|
||||
<div class="flex flex-col justify-between h-full w-full">
|
||||
<div class="flex flex-col">
|
||||
<div class="space-y-3">
|
||||
<div class="flex items-center mb-5">
|
||||
|
|
Loading…
Reference in a new issue