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

Commit b01528f

Browse files
committed
Fix message bubbles
Oopsies
1 parent 4602023 commit b01528f

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)