Skip to content

Commit

Permalink
Merge pull request #142
Browse files Browse the repository at this point in the history
Feature/job 732
  • Loading branch information
johnshift authored Aug 30, 2024
2 parents e714f41 + 768ab0e commit 7d64cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/grants/components/ui/base/web-links/web-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const WebLinks = ({ links, classNames }: Props) => {
<ExternalLinkButton
key={key}
isIconOnly
className={cn('h-auto w-auto min-w-0 rounded-md bg-transparent',classNames?.button)}
className={cn('h-auto w-auto min-w-0 overflow-hidden rounded-md border border-transparent bg-transparent hover:border-white',classNames?.button)}
href={value}
>
{icon}
Expand Down
2 changes: 1 addition & 1 deletion src/grants/pages/grant-page-layout/grant-page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const GrantPageLayout = ({ list, grant, children }: Props) => {
backButton={<GrantBackButton fallbackUrl="/grants" />}
/>

<div className="mt-[430px] md:mt-[320px] lg:mt-[370px] lg:pr-8">
<div className="mt-[450px] md:mt-[350px] lg:mt-[390px] lg:pr-8">
<div className="px-2 pb-4 text-base">Grantee List</div>
<div className="flex gap-8">
<div className="w-full shrink-0 lg:w-4/12">{list}</div>
Expand Down

0 comments on commit 7d64cdf

Please sign in to comment.