[2] fix styles for MarkdownEditor

This commit is contained in:
maxim
2025-03-17 02:18:11 +03:00
parent a06100a8e2
commit b0181f988b
3 changed files with 12 additions and 1 deletions

View File

@ -130,7 +130,8 @@ export const SightShow = () => {
<Box
key={article.id}
sx={{
marginBottom: '8px',
marginBottom: '2px',
width: '100%',
padding: '14px',
borderRadius: 2,
border: (theme) => `2px solid ${theme.palette.divider}`,