tangled
alpha
login
or
join now
futur.blue
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
reduce top padding
handle.invalid
4 months ago
681baf33
855ab79f
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
labels.tsx
+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
162
-
class="flex w-full max-w-3xl flex-col gap-y-2 px-3 py-2"
162
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();