Skip to content
Snippets Groups Projects
Verified Commit 98b259df authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Remove white space at bottom of issue boards

parent 4154fa28
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,7 +72,7 @@
}
 
.boards-list {
height: calc(100vh - 152px);
height: calc(100vh - 105px);
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
Loading
Loading
@@ -81,10 +81,14 @@
overflow-x: scroll;
white-space: nowrap;
 
@media (min-width: $screen-sm-min) {
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
height: calc(100vh - 90px);
}
@media (min-width: $screen-md-min) {
height: 475px; // Needed for PhantomJS
// scss-lint:disable DuplicateProperty
height: calc(100vh - 222px);
height: calc(100vh - 160px);
// scss-lint:enable DuplicateProperty
min-height: 475px;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment