Merge pull request #5543 from jaredevantabor/host-event-stdout

Host event stdout styling
This commit is contained in:
Michael Abashian
2017-02-24 09:28:19 -05:00
committed by GitHub

View File

@@ -188,6 +188,8 @@
}
.HostEvent-stdoutColumn{
white-space: pre;
overflow-y: scroll;
margin-left: 46px;
padding-top: 4px;
}