Commit 4d6fc10a authored by Holly Reynolds's avatar Holly Reynolds Committed by Kushal Pandya

Increase issue board filter heightg

Fixed linting issue

Adding missing changelog
parent 7b03016f
......@@ -83,12 +83,20 @@
// right sidebar eg: mr page
.nav-sidebar,
.right-sidebar,
// navless pages' footer eg: login page
// navless pages' footer border eg: login page
// navless pages' footer eg: login page
// navless pages' footer border eg: login page
&.devise-layout-html body .footer-container,
&.devise-layout-html body hr.footer-fixed {
bottom: $system-footer-height;
}
.content-wrapper {
margin-bottom: 16px;
}
.boards-list {
height: calc(100vh - #{$header-height + $breadcrumb-min-height + $performance-bar-height + $system-footer-height + $gl-padding-32});
}
}
.fullscreen-layout {
......
---
title: Footer system message fix
merge_request:
author:
type: fixed
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