Skip to content

Commit

Permalink
RecentPost card fixed height.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrswastik-robot committed Mar 26, 2024
1 parent 8ed8234 commit 2d19e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/RightHandFeed/RightHandFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const RightHandFeed = (props: Props) => {

return (

<div className=' rounded-md bg-[#FFFFFF] dark:bg-[#262626]'>
<div className=' rounded-md max-h-[30rem] overflow-auto bg-[#FFFFFF] dark:bg-[#262626]'>

<Table>
<TableHeader>
Expand Down

0 comments on commit 2d19e2d

Please sign in to comment.