We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A margin is getting added to the left of <rh-blockquote> that prevents it from being properly aligned to the text.
<rh-blockquote>
rh-blockquote
Try adding text to the rh-blockquote.html demo file.
rh-blockquote.html
Blockquote shouldn't have a left margin if there's no emphasis border.
Current
Expected
Looks like a user agent stylesheet is adding an inline margin to <figure>, at least in our demos.
<figure>
No response
macOS
@markcaron said to consider:
Purposefully setting or resetting the padding (as it seems to not do either at all)
Adding a custom CSS var to adjust (in Aly’s case)
Not sure if it needs a CSS part, but we might consider adding one of the devs think it makes sense
The text was updated successfully, but these errors were encountered:
fix(blockquote): remove margin
d35160f
Fixes #1332
fix(blockquote): remove margin (#1335)
7198739
bennypowers
Successfully merging a pull request may close this issue.
Describe the bug
A margin is getting added to the left of
<rh-blockquote>
that prevents it from being properly aligned to the text.Which Component?
rh-blockquote
Steps to reproduce
Try adding text to the
rh-blockquote.html
demo file.Expected behaviour
Blockquote shouldn't have a left margin if there's no emphasis border.
Screenshots
Current
Expected
Looks like a user agent stylesheet is adding an inline margin to
<figure>
, at least in our demos.Element HTML
No response
Operating System (OS)
macOS
Browser
No response
More browser information
No response
Additional Info
@markcaron said to consider:
Purposefully setting or resetting the padding (as it seems to not do either at all)
Adding a custom CSS var to adjust (in Aly’s case)
Not sure if it needs a CSS part, but we might consider adding one of the devs think it makes sense
The text was updated successfully, but these errors were encountered: