@@ -189,7 +189,7 @@ export default function PlaceForm({ type, onSuccess }: PlaceFormProps) {
<button
type="button"
onClick={() => setShowMapPicker(true)}
- className="w-auto rounded-lg border border-white/10 bg-white/5 px-3 py-3 text-sm text-white/80 hover:bg-white/10 transition text-center leading-tight"
+ className="h-[50px] w-auto rounded-lg border border-white/10 bg-white/5 px-3 py-1.5 text-sm text-white/80 hover:bg-white/10 transition text-center leading-tight"
>
Указать<br />на карте
</button>