Skip to content

Commit f6567a8

Browse files
committed
info-icon didn't show up on smaller viewports
1 parent a6cde65 commit f6567a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SyntheticDataSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default function SyntheticDataSettings({
162162
event.preventDefault();
163163
}}
164164
>
165-
<InfoIcon className="size-3.5 hidden xl:flex" />
165+
<InfoIcon className="size-3.5" />
166166
</TooltipTrigger>
167167
<TooltipContent>
168168
<div className="whitespace-pre-wrap max-w-full w-[400px] p-2">

0 commit comments

Comments
 (0)