mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
fix(front): add max-w-full class to MarkdownRender in AboutBaseInfo for improved layout
(cherry picked from commit 0f0814ce40)
This commit is contained in:
@@ -118,7 +118,7 @@ const genUserAvatar = (email: string) => {
|
||||
<span class="font-semibold">{{ t('about.about') }}</span>
|
||||
</AccordionTrigger>
|
||||
<AccordionContent>
|
||||
<MarkdownRender :markdown="renderI18n(data?.content ?? {}, 'en', locale) ?? ''" />
|
||||
<MarkdownRender class="max-w-full" :markdown="renderI18n(data?.content ?? {}, 'en', locale) ?? ''" />
|
||||
</AccordionContent>
|
||||
</AccordionItem>
|
||||
</Accordion>
|
||||
|
||||
Reference in New Issue
Block a user