mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 09:21:15 +00:00
Prevent 500 with badly formed task list (#11328)
Fix #11317 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
c9187b8116
commit
742e26f5a5
4 changed files with 29 additions and 23 deletions
|
@ -192,9 +192,9 @@
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.task-list,
|
||||
ol.task-list {
|
||||
li.task-list-item {
|
||||
list-style-type: none;
|
||||
margin-left: calc(-2em + 2px);
|
||||
}
|
||||
|
||||
ul ul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue