mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Fix long section names alignment (#734)
This commit is contained in:
parent
2c91de3cd6
commit
6de1dd84c2
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ defmodule LivebookWeb.SessionLive do
|
|||
<div class="flex flex-col mt-4 space-y-4">
|
||||
<%= for section_item <- @data_view.sections_items do %>
|
||||
<div class="flex items-center">
|
||||
<button class="flex-grow flex items-center text-gray-500 hover:text-gray-900"
|
||||
<button class="flex-grow flex items-center text-gray-500 hover:text-gray-900 text-left"
|
||||
data-element="sections-list-item"
|
||||
data-section-id={section_item.id}>
|
||||
<span class="flex items-center space-x-1">
|
||||
|
|
Loading…
Add table
Reference in a new issue