Commit 736667fb by Xin Xiao Committed by GitHub

fix: fix left-aligned list marker styling in chat welcome guide (#6681)

parent c5371ae8
......@@ -20,7 +20,13 @@ function MyLink(e: any) {
{text}
</Link>
) : (
<Box as={'li'} mb={1}>
<Box
as={'li'}
mb={1}
sx={{
listStylePosition: 'inside'
}}
>
<Box
as={'span'}
color={'primary.700'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment