GZTimeWalker / GZCTF

The GZ::CTF project, an open source CTF platform.
https://docs.ctf.gzti.me/
GNU Affero General Public License v3.0
733 stars 83 forks source link

fix(frontend): unexpected indentation in markdown render #304

Closed ElaBosak233 closed 3 weeks ago

hez2010 commented 3 weeks ago

Can you elaborate a bit about what issue you have encountered?

ElaBosak233 commented 3 weeks ago

Here is an unexcepted indentation in component MarkdownRender, so I try to fix it.

After testing, it was caused by a padding:

padding: calc(.0625rem * var(--mantine-scale)) calc(.3125rem * var(--mantine-scale));

So I covered this parameter.

Before After
hez2010 commented 3 weeks ago

Thank you!