Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function ScheduleEditorDialog({

return (
<Dialog open={open} onOpenChange={onOpenChange}>
<DialogContent className="max-w-2xl max-h-[90vh] overflow-y-auto">
<DialogContent className="max-w-5xl w-[92vw] max-h-[90vh] overflow-y-auto">
<DialogHeader>
<DialogTitle>
{initial ? "スケジュールを編集" : "新しいスケジュール"}
Expand Down
Loading