From 432ef407dbe3ccc6b2529bea5d25d84a7045403f Mon Sep 17 00:00:00 2001 From: Helder Sepulveda Date: Mon, 3 Jun 2024 18:35:56 -0400 Subject: [PATCH] Add font-family: monospace; to the settings --- admin/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/index.css b/admin/src/index.css index a7330448e..a038888d7 100644 --- a/admin/src/index.css +++ b/admin/src/index.css @@ -263,6 +263,7 @@ td, th { outline: none; width: 100%; resize: none; + font-family: monospace; } #response {