Commit 09d949ce authored by Phil Hughes's avatar Phil Hughes

Fixed styling issue with PhantomJS causing builds to fail

parent c65e903a
......@@ -63,6 +63,7 @@
white-space: nowrap;
@media (min-width: $screen-sm-min) {
height: 475px; // Needed for PhantomJS
height: calc(100vh - 220px);
min-height: 475px;
}
......@@ -86,7 +87,6 @@
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
font-size: $issue-boards-font-size;
background: $background-color;
......
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