Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrdmstlr3 committed Aug 31, 2024
1 parent f33bc2a commit a32b8ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function BoxCard({
const minWidth = MIN_CARD_WIDTH;

return (
<div className="flex-1 rounded-[10px] overflow-hidden cursor-pointer" style={{ minWidth }}>
<div className="flex-1 rounded-[10px] overflow-hidden cursor-pointer" style={{ minWidth, maxWidth: 350 }}>
<div className="h-38 pr-12 pl-20 bg-neutral-95 flex justify-between items-center">
{nearestSchedule == null ? (
<Dialog>
Expand Down

0 comments on commit a32b8ee

Please sign in to comment.