From a85c80d994c6a4474306baa15b500ace079260e2 Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Mon, 23 Sep 2019 16:12:41 +0200 Subject: [PATCH] Fix bug with inventory navigation height --- app/assets/stylesheets/partials/_tree_view.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/partials/_tree_view.scss b/app/assets/stylesheets/partials/_tree_view.scss index 62b5da4d2..7a4820d6c 100644 --- a/app/assets/stylesheets/partials/_tree_view.scss +++ b/app/assets/stylesheets/partials/_tree_view.scss @@ -109,6 +109,8 @@ } #repo-tree { + height: calc(100% - 50px); + .fas-custom { float: right; top: 2px;