-
Notifications
You must be signed in to change notification settings - Fork 0
Handle table overflow #196
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
|
Please provide screen grab of the fixed version too. Feel free to use a table:
|
cb341
left a comment
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.
As discussed, use hyphenation instead of overflow auto with scrollbar
cb341
left a comment
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.
Nice PR!
Thanks 🙌
| table-layout: fixed; | ||
| } | ||
|
|
||
| .hyphens-auto { |
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.
Nice use of utility class!
| .timer-session-table-comments { | ||
| overflow: auto; | ||
| overflow-wrap: normal; | ||
| } | ||
|
|
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.
Don't see it being used..
| .timer-session-table-comments { | |
| overflow: auto; | |
| overflow-wrap: normal; | |
| } |
…eature/24653-fix-wide-cell-styling
TICKET-24653
Previously, the whole table row would just overflow.
Before:
Screen.Recording.2025-10-24.at.13.49.32.mov
After
Screen.Recording.2025-10-24.at.13.46.56.mov