Fix model picker padding

This commit is contained in:
Zero Liu 2026-05-26 10:35:02 -07:00
parent d7fc1b93ff
commit 60c0a5b8d5
No known key found for this signature in database

View file

@ -265,7 +265,10 @@ export function ModelEffortPicker({ override, className }: ModelEffortPickerProp
title={disabledReason ?? undefined}
>
<div className="tw-flex tw-min-w-0 tw-items-center tw-gap-2">
<span className="tw-w-3 tw-text-center tw-text-xs tw-text-muted" aria-hidden>
<span
className="tw-flex tw-w-3 tw-shrink-0 tw-items-center tw-justify-center tw-text-xs tw-text-muted"
aria-hidden
>
{isActive ? "✓" : isHighlight ? "" : ""}
</span>
<div className="tw-min-w-0">