Fix long section names alignment (#734)

This commit is contained in:
Jonatan Kłosko 2021-12-03 15:18:48 +01:00 committed by GitHub
parent 2c91de3cd6
commit 6de1dd84c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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