From 14f9fd424db87662e8435bc5221e4e2f5f2f0231 Mon Sep 17 00:00:00 2001 From: Mateus Ortiz Date: Fri, 6 Oct 2017 04:45:56 -0300 Subject: [PATCH] Fix Source Tree padding left (#4303) * Fix Source Tree padding left * change to match the top ooutline spacing --- src/components/PrimaryPanes/Sources.css | 1 + src/components/PrimaryPanes/SourcesTree.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/PrimaryPanes/Sources.css b/src/components/PrimaryPanes/Sources.css index 7725b6796c..1f625efe70 100644 --- a/src/components/PrimaryPanes/Sources.css +++ b/src/components/PrimaryPanes/Sources.css @@ -17,6 +17,7 @@ display: flex; overflow-x: hidden; overflow-y: auto; + padding-top: 11px; } .sources-list .managed-tree { diff --git a/src/components/PrimaryPanes/SourcesTree.js b/src/components/PrimaryPanes/SourcesTree.js index a2955955ea..12c72f6620 100644 --- a/src/components/PrimaryPanes/SourcesTree.js +++ b/src/components/PrimaryPanes/SourcesTree.js @@ -233,7 +233,7 @@ class SourcesTree extends Component { return (
{ this.selectItem(item);