From 16a7cf3f6b5a620151c5306342c7f061d54b2c08 Mon Sep 17 00:00:00 2001 From: Wenjie SUN Date: Mon, 23 Dec 2024 23:14:14 +0100 Subject: [PATCH] [fix] Correct the chr width error in code editor --- inst/www/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inst/www/css/style.css b/inst/www/css/style.css index fdb9538..0f4ce3f 100644 --- a/inst/www/css/style.css +++ b/inst/www/css/style.css @@ -1,4 +1,9 @@ -* { +/* Active folloiwing code will make the editor text area have error of charater with */ +/** { + font-family: monospace; +/*}*/ + +td { font-family: monospace; }