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