landscape: fix line-height of CommentItem

Fixes urbit/landscape#731
This commit is contained in:
Matilde Park 2021-04-13 15:55:20 -04:00
parent 103547ba3b
commit b01f14d837

View File

@ -96,7 +96,7 @@ export function CommentItem(props: CommentItemProps): ReactElement {
unread={props.unread}
group={group}
>
<Row px="2" gapX="2" alignItems="center">
<Row px="2" gapX="2" height="18px">
<Action bg="white" onClick={doCopy}>{copyDisplay}</Action>
{adminLinks}
</Row>