Skip to content

Commit 42e1dbf

Browse files
committed
design: CSS 수정
1 parent 0ffef2f commit 42e1dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/dashboard/ui/TicketItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const TicketItem = ({ ticket }: { ticket: ReadTicket }) => {
2323
<motion.div
2424
className="flex items-center bg-gray-100 p-4 rounded-lg"
2525
drag="x"
26-
dragConstraints={{ left: -100, right: 0 }}
26+
dragConstraints={{ left: -80, right: 0 }}
2727
onDragStart={() => setIsDragging(true)}
2828
onDragEnd={(event, info) => {
2929
if (info.offset.x < -50) {

0 commit comments

Comments
 (0)