Quellcode durchsuchen

[WebUI] Editor: Set thin scrollbars

to fix line wrapping
tags/3.0
moisseev vor 2 Jahren
Ursprung
Commit
4452c298d0
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4
    0
      interface/css/rspamd.css

+ 4
- 0
interface/css/rspamd.css Datei anzeigen

@@ -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;

Laden…
Abbrechen
Speichern