Description
On smaller window widths, the "+ Show selected thread tips" button overlaps the "Commit, push & create PR" button.
This happens before the UI switches to the compact icon layout.
Screenshot
Steps to reproduce
- Open T3 Code
- Resize the window to a smaller width
- Observe the area with the "+ Show selected thread tips" and "Commit, push & create PR" buttons
Expected behavior
The layout should remain responsive:
- buttons should not overlap
- or the UI should switch to the compact icon layout earlier
Actual behavior
The "+ Show selected thread tips" button overlaps the commit/push/PR button.
Environment
- OS: macOS
- App: T3 Code
- Version: (Alpha)
Possible cause
Looks like a responsive breakpoint issue where the layout doesn't collapse early enough before elements start overlapping.