diff --git a/web/app/components/raw-content/raw-content.scss b/web/app/components/raw-content/raw-content.scss index a5781a36..c1269c4f 100644 --- a/web/app/components/raw-content/raw-content.scss +++ b/web/app/components/raw-content/raw-content.scss @@ -58,5 +58,13 @@ pre { overflow-x: auto; tab-size: 2; + + &:first-child { + margin-top: 0; + } + + &:last-child { + margin-bottom: 0; + } } }