monitoring/CSS: Set line-height for plugin output

This commit is contained in:
Eric Lippmann 2015-10-05 13:21:11 +02:00
parent c6814e9f93
commit 610325eebd

View File

@ -3,9 +3,11 @@
p.plugin-output {
.text-small();
font-family: @font-family-fixed;
line-height: @line-height-small;
}
pre.plugin-output {
.text-small();
line-height: @line-height-small;
white-space: pre-wrap;
}