Skip to content

Commit a0ca86c

Browse files
committed
Add shrink-0 to arrows
1 parent f16af52 commit a0ca86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function FAQ({ className }: { className?: string }) {
226226
<span className="select-none typography-body-lg">
227227
{faq.question}
228228
</span>
229-
<ArrowDown className="size-10 text-sec-darker group-open/q:rotate-180" />
229+
<ArrowDown className="size-10 shrink-0 text-sec-darker group-open/q:rotate-180" />
230230
</summary>
231231
<div className="p-3 typography-body-md">{faq.answer}</div>
232232
</details>

0 commit comments

Comments
 (0)