Skip to content

Commit 15e374f

Browse files
ci: apply automated fixes
1 parent c47ac4d commit 15e374f

2 files changed

Lines changed: 4090 additions & 2178 deletions

File tree

osmium/src/ui/search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export function Search() {
224224
</Show>
225225
</div>
226226
</div>
227-
<div class="scrollbar-thin mt-1 space-y-2 overflow-y-auto px-4 py-2 lg:grow">
227+
<div class="mt-1 scrollbar-thin space-y-2 overflow-y-auto px-4 py-2 lg:grow">
228228
<Suspense>
229229
<Show when={searchTerm() && Object.keys(result()).length === 0}>
230230
<p class="mt-2 text-center text-sm">

0 commit comments

Comments
 (0)