-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
fix(blockquote): fix center alignment, enforce blockquote font size and update Style docs #2112
Conversation
🦋 Changeset detectedLatest commit: a0bee2e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: +71 B (+0.03%) Total Size: 208 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Centered text looks good! I must have missed it in the other blockquote PR, but there should be a space of 16px above the author slot.
With direction from Marionne
align="center"
attributeThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for checking alt text and links in the docs too!!
What I did
align="center"
::slotted(p)
to override anymax-inline-size
/max-width
declarations in end user stylesheets.Testing Instructions
rh-blockquote
demos look A-OK.Notes to Reviewers
Users are encouraged to handle the line length of theirrh-blockquote
's themselves (likely by wrapping this in a<div>
with amax-width
). This component doesn't specifymax-width
's.More changes in this PR than originally anticipated. Make sure everything looks as it should.
Closes #2103