feat(monitors-tables): Removing hardcoded column widths#108234
Merged
feat(monitors-tables): Removing hardcoded column widths#108234
Conversation
jaydgoss
approved these changes
Feb 18, 2026
Member
There was a problem hiding this comment.
LGTM, one thing to double-check before merging: fit="max-content" was added to UptimeChecksGrid but not MonitorCheckInsGrid. Without it, the crons grid columns could potentially get squished below their content width in narrow containers. Worth verifying the crons table still looks right without it (or adding it there too for consistency).
Using the fixed height as a fallback Fixes: <img width="326" height="709" alt="Screenshot 2026-02-13 at 1 01 08 PM" src="https://github.com/user-attachments/assets/5d3a1028-ca9f-4050-9acd-a75053d35b30" /> Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
JonasBa
pushed a commit
that referenced
this pull request
Feb 19, 2026
Grideditable enforces a minwidth of 90px for the column. Having to horizontally scroll tables should be avoided <img width="1094" height="554" alt="Screenshot 2026-02-13 at 12 17 03 PM" src="https://github.com/user-attachments/assets/e2e638c3-ce53-4a7e-b8f4-6c8deaae4902" /> <img width="1308" height="290" alt="Screenshot 2026-02-13 at 12 17 15 PM" src="https://github.com/user-attachments/assets/cfe888bc-a715-4e11-aaf7-612b05a20d9b" /> <img width="276" height="708" alt="Screenshot 2026-02-13 at 12 18 37 PM" src="https://github.com/user-attachments/assets/4e570d2d-7b27-4fdd-8e4e-1512a5216bff" /> After: <img width="1145" height="420" alt="Screenshot 2026-02-13 at 12 25 02 PM" src="https://github.com/user-attachments/assets/2101471d-900c-426f-890b-ce6bf2360d6e" /> <img width="278" height="666" alt="Screenshot 2026-02-13 at 12 25 53 PM" src="https://github.com/user-attachments/assets/b5dd4df9-b493-4c75-8751-4166d6af3d93" /> --------- Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
1 task
mchen-sentry
pushed a commit
that referenced
this pull request
Feb 24, 2026
Grideditable enforces a minwidth of 90px for the column. Having to horizontally scroll tables should be avoided <img width="1094" height="554" alt="Screenshot 2026-02-13 at 12 17 03 PM" src="https://github.com/user-attachments/assets/e2e638c3-ce53-4a7e-b8f4-6c8deaae4902" /> <img width="1308" height="290" alt="Screenshot 2026-02-13 at 12 17 15 PM" src="https://github.com/user-attachments/assets/cfe888bc-a715-4e11-aaf7-612b05a20d9b" /> <img width="276" height="708" alt="Screenshot 2026-02-13 at 12 18 37 PM" src="https://github.com/user-attachments/assets/4e570d2d-7b27-4fdd-8e4e-1512a5216bff" /> After: <img width="1145" height="420" alt="Screenshot 2026-02-13 at 12 25 02 PM" src="https://github.com/user-attachments/assets/2101471d-900c-426f-890b-ce6bf2360d6e" /> <img width="278" height="666" alt="Screenshot 2026-02-13 at 12 25 53 PM" src="https://github.com/user-attachments/assets/b5dd4df9-b493-4c75-8751-4166d6af3d93" /> --------- Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Grideditable enforces a minwidth of 90px for the column.
Having to horizontally scroll tables should be avoided
After:

