mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-05 20:44:30 +08:00
Remove bottom border last running session of list (#1908)
This commit is contained in:
parent
022f395bce
commit
b4053c7dbb
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue