diff options
author | moisseev <moiseev@mezonplus.ru> | 2021-06-26 18:28:59 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2021-06-26 18:28:59 +0300 |
commit | 4452c298d02ec151f6452eed08633fde43cbffc0 (patch) | |
tree | 6bb4c3f8cac54b242431ae630c961e93839350f5 /interface/css/rspamd.css | |
parent | e588b3324184910e00695e44c173f1794ad56155 (diff) | |
download | rspamd-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.css | 4 |
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; |