Commit ca24ea52 authored by Robert Speicher's avatar Robert Speicher Committed by Robert Speicher

Merge branch 'issue_18102' into 'master'

Fixes missing number on generated ordered list

Closes #18102

See merge request !4437
parent e8e4dbc1
...@@ -16,6 +16,7 @@ v 8.8.3 ...@@ -16,6 +16,7 @@ v 8.8.3
- Use downcased path to container repository as this is expected path by Docker. !4420 - Use downcased path to container repository as this is expected path by Docker. !4420
- Fix wiki project clone address error (chujinjin). !4429 - Fix wiki project clone address error (chujinjin). !4429
- Fix serious performance bug with rendering Markdown with InlineDiffFilter. !4392 - Fix serious performance bug with rendering Markdown with InlineDiffFilter. !4392
- Fix missing number on generated ordered list element. !4437
- In search results, only show notes on confidential issues that the user has access to - In search results, only show notes on confidential issues that the user has access to
v 8.8.2 v 8.8.2
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
margin-top: 6px; margin-top: 6px;
p { p {
overflow-x: auto;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment