You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tui): reserve stable top row for copy icon to prevent layout shift
Always render the top row in assistant messages so that hovering to
reveal the copy icon does not cause a 1-line layout shift. When not
hovered, the row is filled with spaces (invisible); on hover, the
copy icon appears in the same reserved space.
This fixes the layout shift introduced by 80bccc8 without
reintroducing the spurious blank-line artifact it originally fixed.
Assisted-By: docker-agent
0 commit comments