summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-29 14:43:35 +0100
committerPhil Hughes <me@iamphill.com>2017-04-03 10:13:55 +0100
commit21546dadc0d97f3f104dc88655d6716807630028 (patch)
tree092d548b0f8358a963b4ac697bb5d593260635c8
parente7e9307219d1c81427f95444b36471c519dc06c2 (diff)
downloadgitlab-ce-issue-boards-scrollbars.tar.gz
Fixed issue boards having a vertical scrollbarissue-boards-scrollbars
Closes #30209
-rw-r--r--app/assets/stylesheets/pages/boards.scss4
1 files 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;