Skip to content

Commit

Permalink
style: fix WorkbookDetailInfoWrapper height
Browse files Browse the repository at this point in the history
  • Loading branch information
soomin9106 committed Aug 29, 2024
1 parent 25df6bc commit 238091f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/components/WorkbookCardDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const WorkbookDetailInfoWrapper = ({
"flex flex-col",
"rounded-b-lg bg-black",
"px-[21px] pb-[25px] pt-[23px]",
"h-[210px]"
)}
>
{children}
Expand Down

0 comments on commit 238091f

Please sign in to comment.