Skip to content

Commit

Permalink
add no wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Aug 24, 2024
1 parent 64dab99 commit b07f68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/dashboard/components/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Calendar({
{/* CALENDAR */}
<div className="flex h-full min-w-[400px] max-w-[400px] flex-col items-center border-base-100 p-6 min-[1200px]:min-w-[600px] min-[1200px]:border-r-2 min-[1200px]:px-28 min-[1470px]:min-w-[400px] min-[1470px]:px-6">
<div className="flex w-full items-center">
<div className="flex w-full items-center justify-between min-[1200px]:relative">
<div className="flex w-full items-center justify-between whitespace-nowrap min-[1200px]:relative">
{/* CALENDAR CONTROLS */}
<button
type="button"
Expand Down

0 comments on commit b07f68f

Please sign in to comment.