Skip to content

Commit 58e14ed

Browse files
committed
Update list order
1 parent 95029e8 commit 58e14ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/party/codes/CodeListOrder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const CodeListOrder = () => {
8282
collisionDetection={closestCenter}
8383
onDragEnd={handleDragEnd}
8484
>
85-
<div className="card space-y-2 p-4 h-fit">
85+
<div className="card space-y-2 p-4 h-fit w-full sm:max-w-xs">
8686
<h3 className="">Arrange Lists</h3>
8787
<SortableContext items={list.map(item => item.name)} strategy={verticalListSortingStrategy}>
8888
{list.map((item) => (

0 commit comments

Comments
 (0)