Improve icon alignment when section name spans multiple lines in the outline

This commit is contained in:
Jonatan Kłosko 2024-09-05 21:30:31 +07:00
parent 2f24367291
commit 2468fa3397

View file

@ -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}
>