Fix server terminal font spacing

This commit is contained in:
amcmanu3 2023-05-22 16:58:02 -04:00
parent e90d6e8091
commit 9147fbb6f0

View File

@ -150,6 +150,8 @@
/* IE and Edge */
scrollbar-width: none;
/* Firefox */
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
white-space: pre-wrap;
}
</style>
<!-- content-wrapper ends -->