commit 4452c29: [WebUI] Editor: Set thin scrollbars

moisseev moiseev at mezonplus.ru
Sun Jun 27 20:42:05 UTC 2021


Author: moisseev
Date: 2021-06-26 18:28:59 +0300
URL: https://github.com/rspamd/rspamd/commit/4452c298d02ec151f6452eed08633fde43cbffc0 (refs/pull/3808/head)

[WebUI] Editor: Set thin scrollbars
to fix line wrapping

---
 interface/css/rspamd.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index fc36c3d32..839549df2 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -540,6 +540,10 @@ table#symbolsTable input[type="number"] {
     background: rgb(0, 47, 79);
     color: silver;
 }
+.codejar-wrap {
+    /* Fix line wrapping */
+    scrollbar-width: thin;
+}
 .codejar-linenumbers {
     background: rgba(255, 255, 255, 0.07) !important;
     bottom: unset !important;


More information about the Commits mailing list