mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Tiny quick tweak to reply, needs more though
This commit is contained in:
parent
70e435ccb3
commit
32010e5a6d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const Comment = (props) => {
|
|||
</div>
|
||||
</div>
|
||||
{isInReplyMode &&
|
||||
<div className={`ml-14 mt-8 ${!hasReplies ? 'mb-8' : ''}`}>
|
||||
<div className={`ml-14 mt-8`}>
|
||||
<ReplyForm />
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue