Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#2507 closed defect (bug) (fixed)

Forums: Preserve paragraph breaks in quotes

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile 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)

#2 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 5106:

Support Theme: Preserve paragraph breaks in blockquotes.

Fixes #2507.

Note: See TracTickets for help on using tickets.