Opened 8 years ago
Closed 8 years ago
#2507 closed defect (bug) (fixed)
Forums: Preserve paragraph breaks in quotes
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
If you quote several paragraphs of someone's post, the result is displayed as a single paragraph due to bb-base
theme styles:
blockquote p { display: inline; padding: 0; margin: 0; }
That's not always the desired result when quoting paragraphs longer than a few lines, they are displayed as a large wall of text. There's no way to manually add a break when that happens (last time I tried, adding <br />
's did not help).
Preserving paragraph breaks in quotes would be more intuitive.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Related: #2528