fix standard out pane width from having double scroll bar

This commit is contained in:
John Mitchell 2016-12-07 15:35:47 -05:00
parent ffe6ec97ef
commit 78c593e3d6

View File

@ -36,7 +36,7 @@ standard-out-log {
.StandardOut-rightPanel {
.OnePlusOne-panel--right(100%, @breakpoint-md);
max-width: 100%;
max-width: ~"calc(100% - 615px)";
@media (max-width: @breakpoint-md - 1px) {
padding-right: 15px;
}