Skip to content

Commit bd42c86

Browse files
committed
move loading icon off ledge in ModalLookup
1 parent ab8b7d7 commit bd42c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ModalLookup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export default function ModalLookup({
529529
</React.Suspense>
530530
) : apiLoading ? (
531531
<React.Suspense fallback={<div>Loading...</div>}>
532-
<Loading />
532+
<Loading className="p-4" />
533533
</React.Suspense>
534534
) : (
535535
<div>

0 commit comments

Comments
 (0)