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

Commit 57fc998

Browse files
committed
Remove ul ol bottom margin in messages
1 parent 436a3f1 commit 57fc998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/message/style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export const Text = styled(Bubble)`
255255
ul,
256256
ol {
257257
margin-top: 0;
258+
margin-bottom: 0;
258259
}
259260
`;
260261

0 commit comments

Comments
 (0)