diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-04-04 16:00:17 +0000 |
|---|---|---|
| committer | Filipa Lacerda <filipa@gitlab.com> | 2017-04-04 16:00:17 +0000 |
| commit | 82836af4e7bda539d03ceee8238f863268b2a46e (patch) | |
| tree | e5bb3ad4742a5f4b359fb1bb1a6501b510f36729 | |
| parent | 6c6eef939aceba7f6314e3a43e9d212029fc2cb5 (diff) | |
| parent | 21546dadc0d97f3f104dc88655d6716807630028 (diff) | |
| download | gitlab-ce-82836af4e7bda539d03ceee8238f863268b2a46e.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.scss | 4 |
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; |
