Ticket Details
code blocks with multiple lines look pretty funky
RFC Ticket (closed)
###What happened:
- Typed a 2-line segment of code (prefixed with four spaces) into chat. (Using Firefox 3.6)
- The second line of the code block overlapped the first.
###What was expected:
- Code block formatted correctly, with no lines overlapping.
####Solution
Add the following CSS:
.anologue .text .markdown code {
display:block;
}
Updates
on 03.10.10
by pointlessjon
- owner was changed to pointlessjon
- status was changed to in progress
on 03.10.10
by pointlessjon
- priority was changed to high
(fixed)
on 10.02.10
by pointlessjon
- status was changed to closed
- resolution was changed to fixed