Skip to content

Commit 16aa37c

Browse files
committed
Fix icon shrinking
1 parent d2b546e commit 16aa37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ function SearchInterface() {
487487
<div className="flex items-center gap-1 md:gap-2">
488488
{result.filtered && (
489489
<FaBan
490-
className="w-4 h-4 text-gray-400 cursor-help"
490+
className="w-4 h-4 text-gray-400 cursor-help flex-shrink-0"
491491
data-tooltip-id="spam-badge-tooltip"
492492
data-tooltip-content="This signature has been flagged as potential spam"
493493
/>

0 commit comments

Comments
 (0)