From 9a8d19eb18298518edccbfd28729936f6c04a43d Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sat, 24 Oct 2020 11:34:16 -0500 Subject: [PATCH] Added horizontal spacing between tree nodes --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f497a2a..96b90b2 100644 --- a/style.css +++ b/style.css @@ -595,5 +595,9 @@ button > * { } .ghost { - visibility: hidden -} \ No newline at end of file + visibility: hidden; +} + +#treeTab td button { + margin: 0 10px 0 10px; +}