LearnNewsExamplesServices
Frontmatter
id8519
titleFix vertical alignment of ticket sub-issues
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 10, 2026, 8:34 PM
updatedAtJan 10, 2026, 8:38 PM
githubUrlhttps://github.com/neomjs/neo/issues/8519
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 10, 2026, 8:38 PM

Fix vertical alignment of ticket sub-issues

Closed v11.20.0 enhancementdesignai
tobiu
tobiu commented on Jan 10, 2026, 8:34 PM

Improve vertical alignment of icons and text in the sub-issues list within the Ticket detail view.

  • Update Portal.view.news.tickets.Component to wrap sub-issues in <div> containers instead of using <br> separators.
  • Update SCSS to use display: flex and align-items: center for these containers.
tobiu added the enhancement label on Jan 10, 2026, 8:34 PM
tobiu added the design label on Jan 10, 2026, 8:34 PM
tobiu added the ai label on Jan 10, 2026, 8:34 PM
tobiu referenced in commit 46e4e16 - "style: Improve vertical alignment of ticket sub-issues (#8519)" on Jan 10, 2026, 8:37 PM
tobiu assigned to @tobiu on Jan 10, 2026, 8:37 PM
tobiu
tobiu Jan 10, 2026, 8:38 PM

Input from Gemini 3 Pro:

✦ I have improved the vertical alignment of sub-issues:

  1. HTML Structure: Wrapped each sub-issue in a <div class="neo-sub-issue">.
  2. SCSS: Applied display: flex, align-items: center, and gap: 8px to the .neo-sub-issue class. This ensures icons and text are perfectly aligned. I also added a small margin-bottom for breathing room between items.
tobiu closed this issue on Jan 10, 2026, 8:38 PM