From ae43c3a357015324cb60ad6400959adab345eb0f Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 4 Aug 2017 15:32:42 +0200 Subject: [PATCH] Remove unwanted white space (top and bottom) in blob viewer --- app/assets/stylesheets/pages/repo.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 5a9877f03cd..6a437a5ac3b 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -94,7 +94,7 @@ } .blob-viewer-container { - height: calc(100vh - 83px); + height: calc(100vh - 73px); overflow: auto; } @@ -102,7 +102,7 @@ border-bottom: 1px solid $white-normal; padding-left: 0; margin-bottom: 0; - display: inline-block; + display: block; white-space: nowrap; width: 100%; overflow-y: hidden; -- GitLab