List item last-child double border fix

This commit is contained in:
Pavel Laptev 2024-06-02 11:29:02 +02:00 committed by GitButler
parent 18567d13db
commit 34a514c652

View File

@ -161,6 +161,10 @@
&:not(.selected-draggable):hover {
background-color: var(--clr-bg-1-muted);
}
&:last-child {
margin-bottom: -1px;
}
}
.info {