this repo has no description

reduce top padding

handle.invalid 681baf33 855ab79f

verified
+1 -1
+1 -1
src/views/labels.tsx
··· 159 159 <div class="flex w-full flex-col items-center"> 160 160 <form 161 161 ref={formRef} 162 - class="flex w-full max-w-3xl flex-col gap-y-2 px-3 py-2" 162 + class="flex w-full max-w-3xl flex-col gap-y-2 px-3 pb-2" 163 163 onSubmit={(e) => { 164 164 e.preventDefault(); 165 165 handleSearch();