Merge pull request #4334 from jlmitch5/fixStdoutPaneWidth

fix standard out pane width from having double scroll bar
This commit is contained in:
jlmitch5 2016-12-09 14:01:42 -05:00 committed by GitHub
commit fa0d9735f5

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;
}