-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ui: add horizontal scroll txn insight details #91283
Conversation
Previously, the table of "waiten on" inside the Transaction Insights details didn't have a horizontal scroll, not letting the user to see the full page on CC console. This commits adds the proper scroll to it. Fixes cockroachdb#91199 Release note (bug fix): Add horizontal scroll on "waited on" table on Transaction Insight details page.
2ae8250
to
af4d9da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @maryliag)
bors r+ |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed (retrying...): |
Build failed (retrying...): |
bors r+ |
Already running a review |
bors r- |
Canceled. |
bors r+ |
Build succeeded: |
Previously, the table of "waiten on" inside the Transaction Insights details didn't have a horizontal scroll, not letting the user to see the full page on CC console. This commits adds the proper scroll to it.
Fixes #91199
Before
https://www.loom.com/share/80437381cd4546cfad9692c7718de38c
After
https://www.loom.com/share/7363d53bec1d49a0be1b90ab0c9069f2
Release note (bug fix): Add horizontal scroll on "waited on" table on Transaction Insight details page.