Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-04-04 19:00:17 +0300
committerJames Lopez <james@jameslopez.es>2017-04-10 10:37:23 +0300
commitcfdda29540a30c633be07303f7524d5ee0a513a4 (patch)
tree267f1cecd9f6f3343d346ac3ea0d84285936c47f /app
parent8e96336f7922868820e9f0da5fa2fadc1faa9c16 (diff)
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 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;