this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reduce label textarea to 2 rows

Juliet fdd93409 3e288e87

+1 -1
+1 -1
src/views/labels.tsx
··· 76 76 id="patterns" 77 77 name="patterns" 78 78 spellcheck={false} 79 - rows={3} 79 + rows={2} 80 80 value={searchParams.uriPatterns ?? "*"} 81 81 class="dark:bg-dark-100 dark:shadow-dark-800 grow rounded-lg border-[0.5px] border-neutral-300 bg-white px-2 py-1 shadow-xs focus:outline-[1px] focus:outline-neutral-600 dark:border-neutral-600 dark:focus:outline-neutral-400" 82 82 />