Skip to content

Commit

Permalink
fix(APP-3261): Fix truncate long link descriptions dashboard (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang authored Jul 11, 2024
1 parent 8a1cd9c commit 54d4977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@aragon/ods-old/components/headers/headerDao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ export const HeaderDao: React.FC<HeaderDaoProps> = ({
?.slice(0, DEFAULT_LINKS_SHOWN)
?.map(({label, href}, index: number) => (
<Link
className="max-w-44"
{...{label, href}}
external
key={index}
className="md:max-w-44"
/>
))}
</LinksWrapper>
Expand Down

0 comments on commit 54d4977

Please sign in to comment.