Fixed margin top.

This commit is contained in:
Tom Butcher 2026-06-20 23:28:04 +01:00
parent bef3e47d29
commit bb0249976e

View File

@ -167,7 +167,7 @@ const NoteItem = ({
<PersonIcon />
<Text style={{ whiteSpace: 'nowrap' }}>{note.user.name}:</Text>
</Space>
<div style={{ marginTop: '4px' }}>
<div style={{ marginTop: '1px' }}>
<MarkdownDisplay content={note.content} />
</div>
</Flex>