Add font-family: monospace; to the settings

This commit is contained in:
Helder Sepulveda 2024-06-03 18:35:56 -04:00
parent 01f75221ce
commit 432ef407db

View file

@ -263,6 +263,7 @@ td, th {
outline: none; outline: none;
width: 100%; width: 100%;
resize: none; resize: none;
font-family: monospace;
} }
#response { #response {