LearnNewsExamplesServices
Frontmatter
id8557
titleFix Ticket Timeline content overflow
stateClosed
labels
bugai
assigneestobiu
createdAtJan 11, 2026, 6:51 PM
updatedAtJan 11, 2026, 6:56 PM
githubUrlhttps://github.com/neomjs/neo/issues/8557
authortobiu
commentsCount1
parentIssue8398
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 11, 2026, 6:56 PM

Fix Ticket Timeline content overflow

Closed v11.20.0 bugai
tobiu
tobiu commented on Jan 11, 2026, 6:51 PM

Long content (e.g., file paths, long words) inside the Ticket Timeline view is currently overflowing its container, breaking the layout.

Solution:

  • Apply overflow-wrap: anywhere (or break-word) to timeline body content.
  • Ensure preformatted code blocks scroll horizontally instead of overflowing.
tobiu added the bug label on Jan 11, 2026, 6:51 PM
tobiu added the ai label on Jan 11, 2026, 6:51 PM
tobiu added parent issue #8398 on Jan 11, 2026, 6:51 PM
tobiu assigned to @tobiu on Jan 11, 2026, 6:56 PM
tobiu
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: anywhere to .neo-timeline-body to force long strings (like file paths) to break.
  • Added overflow-x: auto to pre tags to ensure code blocks scroll horizontally instead of breaking layout.
tobiu closed this issue on Jan 11, 2026, 6:56 PM