From a3ed8012b2df69ad6543971470c353141592e8ad Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 20 Mar 2020 21:18:39 +0000 Subject: [PATCH] [web] Fix editor line sometimes not being curved --- forest-web/node.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forest-web/node.css b/forest-web/node.css index d19ee56..7fdefee 100644 --- a/forest-web/node.css +++ b/forest-web/node.css @@ -58,7 +58,7 @@ } /* Curvy lines */ -.curvy .node:last-child::before { +.curvy .node-children > *:last-child, .curvy .node-children > *:last-child::before { border-bottom-left-radius: 6px; }