Remove bottom border last running session of list (#1908)

This commit is contained in:
Wout De Puysseleir 2023-05-16 03:34:59 -07:00 committed by GitHub
parent 022f395bce
commit b4053c7dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ defmodule LivebookWeb.HomeLive.SessionListComponent do
<div class="flex flex-col" role="group" aria-label="running sessions list">
<div
:for={session <- @sessions}
class="py-4 flex items-center border-b border-gray-300"
class="py-4 flex items-center border-b last:border-b-0 border-gray-300"
data-test-session-id={session.id}
>
<div id={"#{session.id}-checkbox"} phx-update="ignore">