Fix height of issue boards with new navigation

Closes #35299
This commit is contained in:
Phil Hughes 2017-07-20 10:33:12 +01:00
parent b6555693a8
commit a846ddeb17

View file

@ -262,7 +262,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
}
}