Fix font family
This commit is contained in:
parent
cbb98a2f9d
commit
af2f8fcab8
|
@ -9007,7 +9007,7 @@ div.graph div.legend table {
|
||||||
.pre-wrap {
|
.pre-wrap {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-family: monospace;
|
font-family: "Courier New";
|
||||||
}
|
}
|
||||||
|
|
||||||
.reporting_ulr_img {
|
.reporting_ulr_img {
|
||||||
|
|
Loading…
Reference in New Issue