Skip to content

Commit

Permalink
fix training plan form margin
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Jul 14, 2024
1 parent a78fb55 commit 01845a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/training-plan-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const TrainingPlanForm = ({ mission, subjectId }: TrainingPlanFormProps) => {

return (
<form
className="px-4 pb-8 pt-6 sm:px-8"
className="flex flex-col gap-8 px-4 pb-8 pt-6 sm:px-8"
onSubmit={form.handleSubmit((values) =>
startTransition(async () => {
const res = await upsertTrainingPlan(
Expand Down

0 comments on commit 01845a6

Please sign in to comment.