Handle line breaks in the manga description
This commit is contained in:
@@ -241,7 +241,7 @@ export const MangaDetails: React.FC<IProps> = ({ manga }) => {
|
||||
<BottomContentWrapper>
|
||||
<Description>
|
||||
<h4>{t('settings.about.title')}</h4>
|
||||
<p>{manga.description}</p>
|
||||
<p style={{ whiteSpace: 'pre-line' }}>{manga.description}</p>
|
||||
</Description>
|
||||
<Genres>
|
||||
{manga.genre.map((g) => (
|
||||
|
||||
Reference in New Issue
Block a user