summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-04-04 16:00:17 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-04-04 16:00:17 +0000
commit82836af4e7bda539d03ceee8238f863268b2a46e (patch)
treee5bb3ad4742a5f4b359fb1bb1a6501b510f36729 /app
parent6c6eef939aceba7f6314e3a43e9d212029fc2cb5 (diff)
parent21546dadc0d97f3f104dc88655d6716807630028 (diff)
downloadgitlab-ce-82836af4e7bda539d03ceee8238f863268b2a46e.tar.gz
Merge branch 'issue-boards-scrollbars' into 'master'
Fixed issue boards having a vertical scrollbar Closes #30209 See merge request !10312
Diffstat (limited to 'app')
-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;