diff --git a/src/components/message/style.js b/src/components/message/style.js index f6a93e7c75..150f12dce1 100644 --- a/src/components/message/style.js +++ b/src/components/message/style.js @@ -309,7 +309,7 @@ export const Line = styled.pre` export const Paragraph = styled.p` line-height: 1.5; - & ~ & { + &:not(:empty) ~ &:not(:empty) { margin-top: 1em; } `;