diff --git a/.changeset/blockquote-margin.md b/.changeset/blockquote-margin.md new file mode 100644 index 0000000000..9b75dc8b68 --- /dev/null +++ b/.changeset/blockquote-margin.md @@ -0,0 +1,6 @@ +--- +"@rhds/elements": patch +--- +``: remove user-agent margin from blockquote, in accordance with [design guidelines][design] + +[design]: https://ux.redhat.com/elements/blockquote/style/ diff --git a/elements/rh-blockquote/rh-blockquote.css b/elements/rh-blockquote/rh-blockquote.css index 1aa76bb4d0..90a2b9db92 100644 --- a/elements/rh-blockquote/rh-blockquote.css +++ b/elements/rh-blockquote/rh-blockquote.css @@ -15,6 +15,7 @@ } } +figure, blockquote { margin: 0; }