mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring/CSS: Set line-height for plugin output
This commit is contained in:
parent
c6814e9f93
commit
610325eebd
@ -3,9 +3,11 @@
|
|||||||
p.plugin-output {
|
p.plugin-output {
|
||||||
.text-small();
|
.text-small();
|
||||||
font-family: @font-family-fixed;
|
font-family: @font-family-fixed;
|
||||||
|
line-height: @line-height-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.plugin-output {
|
pre.plugin-output {
|
||||||
.text-small();
|
.text-small();
|
||||||
|
line-height: @line-height-small;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user