-
Notifications
You must be signed in to change notification settings - Fork 475
Fix error instance overflow #6841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Your Render PR Server URL is https://frontend-pr-6841.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-ckis5guv3ddc73cvqb20. |
## Summary When the error instance event is over a certain amount of lines, it overflows into the other content. Allow the container to grow and scroll when necessary. https://www.loom.com/share/aa4c61e67d52492cb8b40d354ca34896?sid=91820b21-6462-4fc8-a414-5a179953aba5 ## How did you test this change? 1) Fix the error event to a long excerpt of text 2) View the error instance on the error show page - [ ] Clicking see more shows the entire error event with no overflow 3) View a session with an error, and click to display an error in the right panel - [ ] Clicking see more shows the entire error event with no overflow ## Are there any deployment considerations? N/A ## Does this work require review from our design team? N/A
Summary
When the error instance event is over a certain amount of lines, it overflows into the other content. Allow the container to grow and scroll when necessary.
https://www.loom.com/share/aa4c61e67d52492cb8b40d354ca34896?sid=91820b21-6462-4fc8-a414-5a179953aba5
How did you test this change?
Are there any deployment considerations?
N/A
Does this work require review from our design team?
N/A