We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d30d2d commit b1bc065Copy full SHA for b1bc065
src/app/conf/2025/faq.tsx
@@ -226,7 +226,7 @@ export function FAQ({ className }: { className?: string }) {
226
<span className="select-none typography-body-lg">
227
{faq.question}
228
</span>
229
- <ArrowDown className="size-10 text-sec-darker group-open/q:rotate-180" />
+ <ArrowDown className="size-10 shrink-0 text-sec-darker group-open/q:rotate-180" />
230
</summary>
231
<div className="p-3 typography-body-md">{faq.answer}</div>
232
</details>
0 commit comments