aboutsummaryrefslogtreecommitdiffstats
path: root/interface/css/rspamd.css
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2021-06-26 18:28:59 +0300
committermoisseev <moiseev@mezonplus.ru>2021-06-26 18:28:59 +0300
commit4452c298d02ec151f6452eed08633fde43cbffc0 (patch)
tree6bb4c3f8cac54b242431ae630c961e93839350f5 /interface/css/rspamd.css
parente588b3324184910e00695e44c173f1794ad56155 (diff)
downloadrspamd-4452c298d02ec151f6452eed08633fde43cbffc0.tar.gz
rspamd-4452c298d02ec151f6452eed08633fde43cbffc0.zip
[WebUI] Editor: Set thin scrollbars
to fix line wrapping
Diffstat (limited to 'interface/css/rspamd.css')
-rw-r--r--interface/css/rspamd.css4
1 files changed, 4 insertions, 0 deletions
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;