Frontmatter
| id | 8557 |
| title | Fix Ticket Timeline content overflow |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 11, 2026, 6:51 PM |
| updatedAt | Jan 11, 2026, 6:56 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8557 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 11, 2026, 6:56 PM |
Fix Ticket Timeline content overflow
tobiu added parent issue #8398 on Jan 11, 2026, 6:51 PM
tobiu assigned to @tobiu on Jan 11, 2026, 6:56 PM

tobiu
Jan 11, 2026, 6:56 PM
Input from Gemini 3 Pro:
✦ I have applied the fix in
resources/scss/src/apps/portal/news/tickets/Component.scss.Changes:
- Added
overflow-wrap: anywhereto.neo-timeline-bodyto force long strings (like file paths) to break.- Added
overflow-x: autotopretags to ensure code blocks scroll horizontally instead of breaking layout.
tobiu closed this issue on Jan 11, 2026, 6:56 PM
Long content (e.g., file paths, long words) inside the Ticket Timeline view is currently overflowing its container, breaking the layout.
Solution:
overflow-wrap: anywhere(orbreak-word) to timeline body content.