monitoring/css: use monospace for plugin output

This commit is contained in:
Thomas Gelf 2015-06-15 23:30:09 +02:00
parent 259a1d271c
commit f33e3f77f9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ p.pluginoutput {
font-size: 0.9em;
width: 100%;
white-space: pre-wrap;
font-family: monospace;
}
div.pluginoutput {