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;