From 21546dadc0d97f3f104dc88655d6716807630028 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 29 Mar 2017 14:43:35 +0100 Subject: [PATCH] Fixed issue boards having a vertical scrollbar Closes #30209 --- app/assets/stylesheets/pages/boards.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss index b6168a293e0..7c0fc1008d0 100644 --- a/app/assets/stylesheets/pages/boards.scss +++ b/app/assets/stylesheets/pages/boards.scss @@ -46,7 +46,7 @@ } .issue-boards-page { - .page-with-sidebar { + .content-wrapper { padding-bottom: 0; } } @@ -72,7 +72,7 @@ @media (min-width: $screen-sm-min) { height: 475px; // Needed for PhantomJS - height: calc(100vh - 220px); + height: calc(100vh - 222px); min-height: 475px; transition: width .2s;