fix(ui): Wrap stacktrace link setup button on small screens#107694
Merged
fix(ui): Wrap stacktrace link setup button on small screens#107694
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
malwilley
reviewed
Feb 5, 2026
| align-items: center; | ||
| gap: ${p => p.theme.space.md}; | ||
| flex-shrink: 0; | ||
| margin-left: auto; |
Member
There was a problem hiding this comment.
Could this be <Flex align="center" justify="end" flexShrink={0} gap="md">?
| flex-basis: 100%; | ||
| } | ||
|
|
||
| > ${FrameActions} { |
Member
There was a problem hiding this comment.
You could change the props on Flex in response to a prop instead of this CSS rule right?
Member
Author
There was a problem hiding this comment.
the data is deep in stacktrace link &:has([data-has-setup]) i could add this to FrameActions directly i guess
Member
There was a problem hiding this comment.
ah yeah I guess there isn't a good way to do this without a significant refactor
malwilley
approved these changes
Feb 5, 2026
jaydgoss
pushed a commit
that referenced
this pull request
Feb 12, 2026
before <img width="357" height="633" alt="image" src="https://github.com/user-attachments/assets/e7d84295-827f-40b2-84f4-f0c8b6233a39" /> after <img width="385" height="370" alt="image" src="https://github.com/user-attachments/assets/04c02cd0-15a9-4bb1-8096-8c055ab495ad" /> --------- Co-authored-by: Claude <noreply@anthropic.com>
dcramer
pushed a commit
that referenced
this pull request
Feb 17, 2026
before <img width="357" height="633" alt="image" src="https://github.com/user-attachments/assets/e7d84295-827f-40b2-84f4-f0c8b6233a39" /> after <img width="385" height="370" alt="image" src="https://github.com/user-attachments/assets/04c02cd0-15a9-4bb1-8096-8c055ab495ad" /> --------- Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
before
after