mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix markdown newline
This commit is contained in:
@@ -37,6 +37,10 @@ const GlobalStyle = createGlobalStyle`
|
||||
padding: 3px;
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
.line-break {
|
||||
white-space: pre-line;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledContainer = styled(ToastContainer)`
|
||||
|
||||
Reference in New Issue
Block a user