mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Support CRLF when splitting code lines for display (#1862)
* Support CRLF when splitting code lines for display * refactor, fix mixed match * fmt * split on both LF and CRLF, use raw literals in regexes * simplify
This commit is contained in:
parent
446a41d595
commit
f2fcd9dcd8
3 changed files with 7 additions and 3 deletions
|
@ -296,7 +296,7 @@
|
|||
margin: 0;
|
||||
padding: 0 !important;
|
||||
li {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
width: 100%;
|
||||
&.active {
|
||||
background: #ffffdd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue