With preformatted block
Add the following class to your style.css
:
.scrollable-log {
overflow-y: scroll;
font-family: Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;
max-height: 400px;
}