Skip to content

Commit

Permalink
fix: adjusting workplace project notice card style (#11295)
Browse files Browse the repository at this point in the history
  • Loading branch information
selicens authored Aug 30, 2024
1 parent a1c8d59 commit 6565b5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/dashboard/workplace/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ const Workplace: FC = () => {
</div>
}
description={item.description}
style={{
width: '100%',
}}
/>
<div className={styles.projectItemContent}>
<Link to={item.memberLink || '/'}>{item.member || ''}</Link>
Expand Down

0 comments on commit 6565b5c

Please sign in to comment.