Pārlūkot izejas kodu

fix: h-[50px] для кнопки На карте, py-1.5

neyrogovnarik 1 mēnesi atpakaļ
vecāks
revīzija
4a433b026a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      frontend/src/components/PlaceForm.tsx

+ 1 - 1
frontend/src/components/PlaceForm.tsx

@@ -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>