links: prevent shrinking of comment input

This commit is contained in:
Matilde Park 2020-10-05 14:43:09 -04:00
parent 7f530c8498
commit 2f8db1fbbc

View File

@ -119,7 +119,7 @@ export function LinkResource(props: LinkResourceProps) {
commentNumber={node.children.size}
remoteContentPolicy={remoteContentPolicy}
/>
<Row>
<Row flexShrink='0'>
<CommentSubmit
name={name}
ship={ship}