From 6b394c8e67ea84ad212bb274b3801a8a9637d930 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 13 Jun 2018 16:02:38 -0700 Subject: [PATCH] Add breathing room between navbar and schema explorer --- ui/src/style/components/time-machine/flux-explorer.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/style/components/time-machine/flux-explorer.scss b/ui/src/style/components/time-machine/flux-explorer.scss index 3bad300872..b8697c5667 100644 --- a/ui/src/style/components/time-machine/flux-explorer.scss +++ b/ui/src/style/components/time-machine/flux-explorer.scss @@ -14,6 +14,7 @@ $flux-tree-gutter: 11px; height: 100%; background-color: $g2-kevlar; min-width: $flux-tree-min-width; + padding-left: 30px; } .flux-schema-tree {