Skip to content

Commit

Permalink
fix(blockquote): remove margin (#1335)
Browse files Browse the repository at this point in the history
Fixes #1332
  • Loading branch information
bennypowers authored Nov 14, 2023
1 parent 31b28dc commit 7198739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/blockquote-margin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rhds/elements": patch
---
`<rh-blockquote>`: remove user-agent margin from blockquote, in accordance with [design guidelines][design]

[design]: https://ux.redhat.com/elements/blockquote/style/
1 change: 1 addition & 0 deletions elements/rh-blockquote/rh-blockquote.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
}

figure,
blockquote {
margin: 0;
}
Expand Down

0 comments on commit 7198739

Please sign in to comment.