Skip to content

Commit a0edae1

Browse files
increase width
1 parent fe0ce30 commit a0edae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/LeadersListBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const LeaderData = ({
6565
label: 'View Profile',
6666
onclick: () => handleButtonClick(user),
6767
}}
68-
className="h-64 w-40 bg-inherit"
68+
className="w-42 h-64 bg-inherit"
6969
company={user.company}
7070
description={leaders[user.login]}
7171
location={user.location}

0 commit comments

Comments
 (0)