Fixed margin top.
This commit is contained in:
parent
bef3e47d29
commit
bb0249976e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user