Skip to content

Commit

Permalink
deps: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Jan 5, 2025
1 parent d063d33 commit dbb0f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/PostCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const StaticCard = ({ post, setEditing }) => {
position: 'relative',
cursor: 'pointer',
height: 1,
maxHeight: 400
maxHeight: { xs: 450, sm: 400 }
}}
>
<CardHeader
Expand Down

0 comments on commit dbb0f2a

Please sign in to comment.