mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fixed markdown double newlines
This commit is contained in:
+11
@@ -41,6 +41,17 @@ const GlobalStyle = createGlobalStyle`
|
||||
.line-break {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.custom-paragraph {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.custom-linebreak {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledContainer = styled(ToastContainer)`
|
||||
|
||||
Reference in New Issue
Block a user