fix extra vars on job results page width

This commit is contained in:
John Mitchell 2017-02-09 15:33:06 -05:00
parent aeee6db868
commit 2545838973

View File

@ -16,7 +16,12 @@
.JobResults-leftSide {
.OnePlusTwo-left--panel(100%, @breakpoint-md);
max-width: 33%;
height: ~"calc(100vh - 177px)";
@media screen and (max-width: @breakpoint-md) {
max-width: 100%;
}
}
.JobResults-rightSide {