From 86e1e8ae8bed01a561eb3990833bb2f646b19c4a Mon Sep 17 00:00:00 2001 From: joshvera Date: Tue, 3 Nov 2015 10:48:01 -0500 Subject: [PATCH] hide the empty nodes --- prototype/UI/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/prototype/UI/index.html b/prototype/UI/index.html index be55e3533..e53ff2554 100644 --- a/prototype/UI/index.html +++ b/prototype/UI/index.html @@ -31,6 +31,7 @@ } .invisible { background-color: #fff; + visibility: hidden; } .diff div, .diff ul, .diff li, .diff dl, .diff dd, .diff span {