mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 06:01:44 +08:00
Fix custom views icon spacing
This commit is contained in:
parent
ed3e53a337
commit
a7caa429b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1065,7 +1065,7 @@ defmodule LivebookWeb.SessionLive.Render do
|
||||||
aria-label="choose views to activate"
|
aria-label="choose views to activate"
|
||||||
data-el-views-enabled
|
data-el-views-enabled
|
||||||
>
|
>
|
||||||
<.remix_icon icon="layout-5-line" class="text-xl text-green-bright-400" />
|
<.remix_icon icon="layout-5-line" />
|
||||||
</button>
|
</button>
|
||||||
</:toggle>
|
</:toggle>
|
||||||
<.menu_item>
|
<.menu_item>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue