monitoring/css: use monospace for plugin output
This commit is contained in:
parent
259a1d271c
commit
f33e3f77f9
|
@ -17,6 +17,7 @@ p.pluginoutput {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pluginoutput {
|
div.pluginoutput {
|
||||||
|
|
Loading…
Reference in New Issue