[web] Fix editor line sometimes not being curved

This commit is contained in:
Joscha 2020-03-20 21:18:39 +00:00
parent 53b4b2c9a0
commit a3ed8012b2

View file

@ -58,7 +58,7 @@
} }
/* Curvy lines */ /* Curvy lines */
.curvy .node:last-child::before { .curvy .node-children > *:last-child, .curvy .node-children > *:last-child::before {
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
} }