Skip to content

Commit

Permalink
Fix layout shift on toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Sep 17, 2024
1 parent d74dfec commit 1a3b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/comments/comment-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function CommentActions(props: {
size={'xs'}
>
<Tooltip text={`Reply with a ${TRADE_TERM}`} placement="bottom">
<Row className={'mt-0.5 gap-1'}>
<Row className="gap-1">
{diff != 0 && (
<span className="">{Math.round(Math.abs(diff))}</span>
)}
Expand Down

0 comments on commit 1a3b70a

Please sign in to comment.