Skip to content

Commit fd0192e

Browse files
committed
幅修正
1 parent 69cd45d commit fd0192e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/home/components/PersonDetailedMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function PersonDetailedMenu({ onClose, displayedUser }: Props) {
5454
key={course.id}
5555
className="flex bg-[#F7FCFF] px-2 text-lg"
5656
>
57-
<span className="w-32">
57+
<span className="w-[12vh]">
5858
{sortSlots(course.slots)
5959
.map(
6060
(slot) =>

0 commit comments

Comments
 (0)