fixed markdown double newlines

This commit is contained in:
plebbitor
2023-04-21 16:57:08 +02:00
parent 552ef6c9e4
commit 2ecc877968
2 changed files with 30 additions and 1 deletions
+11
View File
@@ -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)`