Skip to content

Commit

Permalink
fix: improve UX
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinx0 committed Nov 9, 2024
1 parent d8eb7b7 commit 70d6478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HelpOffers/HelpOfferForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function HelpOfferForm({ data, buttonText, submitMutation }: Help
return (
<form onSubmit={handleSubmit} className="bg-white rounded-lg p-6 w-full">
{/* Datos personales */}
<div className="space-y-6 max-h-[65vh] overflow-y-auto p-2">
<div className="space-y-6 overflow-y-auto p-2">
<div className="grid md:grid-cols-2 gap-4">
<div>
<label className="block text-sm font-medium text-gray-700 mb-1">Nombre completo</label>
Expand Down

0 comments on commit 70d6478

Please sign in to comment.