styling for host event stdout

This commit is contained in:
jaredevantabor 2017-02-23 15:33:35 -08:00
parent 7ad819649c
commit 8ce09d1b6d

View File

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