fix: prevent the exit versions button from shrinking (#41527)

This commit is contained in:
Joel 2026-08-31 07:23:45 +00:00 committed by GitHub
parent 280f81757d
commit f021ee4dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -471,7 +471,7 @@ function AgentVersionRestoreBar({
<Button
type="button"
variant="secondary"
className="h-8 rounded-lg px-3 text-text-accent"
className="h-8 shrink-0 rounded-lg px-3 text-text-accent"
onClick={onExitVersions}
>
<span aria-hidden className="i-ri-arrow-go-back-line size-4 shrink-0" />