We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cd45d commit fd0192eCopy full SHA for fd0192e
web/app/home/components/PersonDetailedMenu.tsx
@@ -54,7 +54,7 @@ export default function PersonDetailedMenu({ onClose, displayedUser }: Props) {
54
key={course.id}
55
className="flex bg-[#F7FCFF] px-2 text-lg"
56
>
57
- <span className="w-32">
+ <span className="w-[12vh]">
58
{sortSlots(course.slots)
59
.map(
60
(slot) =>
0 commit comments