mirror of
https://github.com/langgenius/dify.git
synced 2026-09-02 22:36:15 +08:00
fix: prevent the exit versions button from shrinking (#41527)
This commit is contained in:
parent
280f81757d
commit
f021ee4dc0
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user