From 9147fbb6f00ed1f20e084c49f08281d97912c74a Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Mon, 22 May 2023 16:58:02 -0400 Subject: [PATCH] Fix server terminal font spacing --- app/frontend/templates/panel/server_term.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/frontend/templates/panel/server_term.html b/app/frontend/templates/panel/server_term.html index 5fbc7d51..8e16462a 100644 --- a/app/frontend/templates/panel/server_term.html +++ b/app/frontend/templates/panel/server_term.html @@ -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; }