Commit a1cf5f0f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'new-nav-issue-boards-height' into 'master'

Fix height of issue boards with new navigation

Closes #35299

See merge request !12985
parents 729ac897 a846ddeb
......@@ -261,7 +261,7 @@ $new-sidebar-width: 220px;
@media (min-width: $screen-sm-min) {
height: 475px; // Needed for PhantomJS
// scss-lint:disable DuplicateProperty
height: calc(100vh - 120px);
height: calc(100vh - 180px);
// scss-lint:enable DuplicateProperty
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment