From 37beb584ef3e1b4908477c041a79708883cfea51 Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Fri, 30 Sep 2022 12:44:32 -0700 Subject: [PATCH] fix comment bounty overflow style --- web/components/contract/bountied-contract-badge.tsx | 7 +++++-- web/components/contract/contract-details.tsx | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/components/contract/bountied-contract-badge.tsx b/web/components/contract/bountied-contract-badge.tsx index fd738895..72dc70e1 100644 --- a/web/components/contract/bountied-contract-badge.tsx +++ b/web/components/contract/bountied-contract-badge.tsx @@ -21,8 +21,11 @@ export function BountiedContractSmallBadge(props: { if (!openCommentBounties) return
return ( - - + + {showAmount && formatMoney(openCommentBounties)} Bounty diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx index 7c84fadf..b06c6381 100644 --- a/web/components/contract/contract-details.tsx +++ b/web/components/contract/contract-details.tsx @@ -178,7 +178,7 @@ export function MarketSubheader(props: { /> )} - + - + {groupToDisplay.name}