diff --git a/stylesheets/extended-markdown.scss b/stylesheets/extended-markdown.scss index 4b77382eb4..056c09608d 100644 --- a/stylesheets/extended-markdown.scss +++ b/stylesheets/extended-markdown.scss @@ -29,8 +29,8 @@ &.warning, &.tip, &.danger { - p { - margin: 0; + p:last-child { + margin-bottom: 0; } } }