Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 0b8713d

Browse files
authored
Merge pull request #2569 from withspectrum/fix-bubbles
Fix message bubbles
2 parents f27bf95 + b01528f commit 0b8713d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/message/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export const Line = styled.pre`
309309
export const Paragraph = styled.p`
310310
line-height: 1.5;
311311
312-
& ~ & {
312+
&:not(:empty) ~ &:not(:empty) {
313313
margin-top: 1em;
314314
}
315315
`;

0 commit comments

Comments
 (0)