Skip to content

Commit

Permalink
Improve icon alignment when section name spans multiple lines in the …
Browse files Browse the repository at this point in the history
…outline
  • Loading branch information
jonatanklosko committed Sep 5, 2024
1 parent 2f24367 commit 2468fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/live/session_live/render.ex
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ defmodule LivebookWeb.SessionLive.Render do
<div :for={section_item <- @data_view.sections_items} class="flex flex-col">
<div class="flex justify-between items-center">
<button
class="grow flex items-center gap-1 text-gray-500 hover:text-gray-900 text-left"
class="grow flex items-baseline gap-1 text-gray-500 hover:text-gray-900 text-left"
data-el-outline-item
data-section-id={section_item.id}
>
Expand Down

0 comments on commit 2468fa3

Please sign in to comment.