summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-04-04 16:00:17 +0000
committerJames Lopez <james@jameslopez.es>2017-04-10 09:37:23 +0200
commitcfdda29540a30c633be07303f7524d5ee0a513a4 (patch)
tree267f1cecd9f6f3343d346ac3ea0d84285936c47f
parent8e96336f7922868820e9f0da5fa2fadc1faa9c16 (diff)
downloadgitlab-ce-cfdda29540a30c633be07303f7524d5ee0a513a4.tar.gz
Merge branch 'issue-boards-scrollbars' into 'master'
Fixed issue boards having a vertical scrollbar Closes #30209 See merge request !10312
-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 9a36d76136b..3c6a7a46e94 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;