[wp-meta] [Making WordPress.org] #2507: Forums: Preserve paragraph breaks in quotes
Making WordPress.org
noreply at wordpress.org
Thu Feb 16 04:04:56 UTC 2017
#2507: Forums: Preserve paragraph breaks in quotes
----------------------------+-----------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Support Forums | Keywords:
----------------------------+-----------------
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.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2507>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list