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;
    }
on 03.09.10 reported by: dodgeballcannon owned by: pointlessjon

Updates

on 03.10.10 by pointlessjon
  • owner was changed to pointlessjon
  • status was changed to in progress
Thanks for reporting this. I'm on it. There will be a nice round of style/ui edits by the end of the week.
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
Resolved in 2.0