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