Skip to content

Commit

Permalink
Merge pull request #1073 from MuhammadUmer44/fix-bounty-views
Browse files Browse the repository at this point in the history
Fixed [Bug] - Display of bounty corrupted
  • Loading branch information
humansinstitute authored Feb 12, 2025
2 parents e189844 + 94feb38 commit 56522fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/people/widgetViews/summaries/wantedSummaries/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export const NormalUser = styled.div`
`;

export const CreatorDescription = styled.div<styleProps>`
min-width: 60vw;
max-width: 60vw;
min-width: 38vw;
max-width: 70vw;
overflow: auto;
height: 100vh;
border-right: ${(p: any) =>
Expand Down

0 comments on commit 56522fe

Please sign in to comment.