Skip to content

Commit

Permalink
Update resume overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs authored and juancwu committed May 12, 2024
1 parent da85ae2 commit e1d9f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Networking/Networking.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ export const NetworkingPage = () => {
</button>
<label
htmlFor="resume-file-input"
className="flex-grow rounded-lg px-4 py-2 bg-peachWhite hover:cursor-pointer"
className="flex-grow rounded-lg px-4 py-2 bg-peachWhite hover:cursor-pointer overflow-hidden"
>
<span>
<span className="block overflow-hidden text-ellipsis whitespace-nowrap">
{file ? file.name : "Select new resume file"}
</span>
<input
Expand Down

0 comments on commit e1d9f11

Please sign in to comment.