Browse Source

[Minor] Tune Prism show-invisibles plugin

tags/2.6
moisseev 3 years ago
parent
commit
fab3736909
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      interface/css/rspamd.css

+ 12
- 0
interface/css/rspamd.css View File

@@ -561,4 +561,16 @@ textarea#editor {
resize: unset !important;
tab-size: 4;
overflow-y: visible !important;
-moz-tab-size: 4;
}

/* Prism show-invisibles plugin overrides */
.token.tab:not(:empty)::before {
content: "\23af\27F6";
}
/* Temporarily remove CR and LF tokens as they overflow line width */
.token.cr::before,
.token.crlf::before,
.token.lf::before {
content: "";
}

Loading…
Cancel
Save