Procházet zdrojové kódy

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

neyrogovnarik před 1 měsícem
rodič
revize
4a433b026a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>