BigW Consortium Gitlab

Commit d8b66615 by Annabel Dunstone Gray Committed by James Edwards-Jones

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

Fix height of issue boards with new navigation Closes #35299 See merge request !12985
parent c8276c9b
...@@ -191,7 +191,7 @@ $new-sidebar-width: 220px; ...@@ -191,7 +191,7 @@ $new-sidebar-width: 220px;
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
height: 475px; // Needed for PhantomJS height: 475px; // Needed for PhantomJS
// scss-lint:disable DuplicateProperty // scss-lint:disable DuplicateProperty
height: calc(100vh - 120px); height: calc(100vh - 180px);
// scss-lint:enable DuplicateProperty // 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