[wp-meta] [Making WordPress.org] #2528: Support Theme: Remove indentation on first line of blockquote or fix quote mark
Making WordPress.org
noreply at wordpress.org
Wed Feb 22 20:53:44 UTC 2017
#2528: Support Theme: Remove indentation on first line of blockquote or fix quote
mark
----------------------------+-----------------
Reporter: zoonini | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Support Forums | Keywords:
----------------------------+-----------------
To replicate:
- In a forum reply, use blockquote formatting on a piece of text
'''Result:''' the first line of the blockquote is indented.
[[Image(https://cldup.com/EnVqQVOGtC.png)]]
Screenshot taken at: https://wordpress.org/support/topic/front-page-
images-3/#post-8836962
'''Expected:''' the first line of the blockquote should not be indented.
Digging into the CSS a bit, it looks like an opening quote symbol is
supposed to be displayed in that space:
{{{
blockquote, q {
quotes: "" "";
}
blockquote::before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0;
margin-right: 15px;
vertical-align: -0.5em;
}
}}}
But it doesn't look like it's working as expected, and a blank space is
appearing instead.
Tested in Firefox 51.0.1 and Chrome 56.0.2924.87.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2528>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list