Commit c65e903a authored by Phil Hughes's avatar Phil Hughes

Fixed height issue on smaller screens

Fixed IE width issue
parent d9e86e79
......@@ -54,6 +54,7 @@
.boards-list {
height: calc(100vh - 152px);
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
padding-right: ($gl-padding / 2);
......@@ -63,6 +64,7 @@
@media (min-width: $screen-sm-min) {
height: calc(100vh - 220px);
min-height: 475px;
}
}
......
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