We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95029e8 commit 58e14edCopy full SHA for 58e14ed
web/src/components/party/codes/CodeListOrder.tsx
@@ -82,7 +82,7 @@ export const CodeListOrder = () => {
82
collisionDetection={closestCenter}
83
onDragEnd={handleDragEnd}
84
>
85
- <div className="card space-y-2 p-4 h-fit">
+ <div className="card space-y-2 p-4 h-fit w-full sm:max-w-xs">
86
<h3 className="">Arrange Lists</h3>
87
<SortableContext items={list.map(item => item.name)} strategy={verticalListSortingStrategy}>
88
{list.map((item) => (
0 commit comments