diff --git a/app/epd/agenda/components/appointment-modal.tsx b/app/epd/agenda/components/appointment-modal.tsx index 3745f3b..f4f2dc9 100644 --- a/app/epd/agenda/components/appointment-modal.tsx +++ b/app/epd/agenda/components/appointment-modal.tsx @@ -58,8 +58,8 @@ interface AppointmentModalProps { onSuccess?: () => void; } -const inputClassName = "w-full px-3 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-teal-500 focus:border-transparent text-sm"; -const selectClassName = "w-full px-3 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-teal-500 focus:border-transparent text-sm bg-white"; +const inputClassName = "w-full min-w-0 px-3 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-teal-500 focus:border-transparent text-sm box-border"; +const selectClassName = "w-full min-w-0 px-3 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-teal-500 focus:border-transparent text-sm bg-white box-border"; const labelClassName = "block text-sm font-medium text-slate-700 mb-1"; export function AppointmentModal({ @@ -416,7 +416,7 @@ export function AppointmentModal({ -