Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fixed asset image height (#10978)
Browse files Browse the repository at this point in the history
  • Loading branch information
achen5671 authored Aug 16, 2024
1 parent 663fa23 commit ce03c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const ResourceFile = (props: {
className="mb-3 flex h-auto min-w-40 cursor-pointer flex-col items-center text-center"
>
<span
className={`mx-4 mb-3 mt-2 h-full w-full font-['Figtree'] ${
className={`mx-4 mb-3 mt-2 h-40 w-40 font-['Figtree'] ${
selected ? 'rounded-lg border border-blue-primary bg-theme-studio-surface' : ''
}`}
>
Expand Down

0 comments on commit ce03c95

Please sign in to comment.