]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Editor: Set thin scrollbars 3808/head
authormoisseev <moiseev@mezonplus.ru>
Sat, 26 Jun 2021 15:28:59 +0000 (18:28 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sat, 26 Jun 2021 15:28:59 +0000 (18:28 +0300)
to fix line wrapping

interface/css/rspamd.css

index fc36c3d3204bb463b75502af81e3d043992dc41b..839549df2ecaa7af46139a8063de3d006ab28d44 100644 (file)
@@ -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;