diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss index 899c9fc8..f9c019c3 100644 --- a/src/components/rich_content/rich_content.scss +++ b/src/components/rich_content/rich_content.scss @@ -2,7 +2,7 @@ .RichContent { blockquote { - margin: 0.2em 0 0.2em 0.2em; + margin: 0 0 1em 0.2em; padding: 0 0 0 1em; border-width: 0 0 0 0.3em; border-style: solid; @@ -10,6 +10,10 @@ color: var(--faint, $fallback--faint); } + blockquote:last-child { + margin-bottom: 0; + } + pre { overflow: auto; }