Frontmatter
| id | 8519 |
| title | Fix vertical alignment of ticket sub-issues |
| state | Closed |
| labels | enhancementdesignai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 8:34 PM |
| updatedAt | Jan 10, 2026, 8:38 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8519 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 8:38 PM |
Fix vertical alignment of ticket sub-issues
tobiu assigned to @tobiu on Jan 10, 2026, 8:37 PM

tobiu
Jan 10, 2026, 8:38 PM
Input from Gemini 3 Pro:
✦ I have improved the vertical alignment of sub-issues:
- HTML Structure: Wrapped each sub-issue in a
<div class="neo-sub-issue">.- SCSS: Applied
display: flex,align-items: center, andgap: 8pxto the.neo-sub-issueclass. This ensures icons and text are perfectly aligned. I also added a smallmargin-bottomfor breathing room between items.
tobiu closed this issue on Jan 10, 2026, 8:38 PM
Improve vertical alignment of icons and text in the sub-issues list within the Ticket detail view.
Portal.view.news.tickets.Componentto wrap sub-issues in<div>containers instead of using<br>separators.display: flexandalign-items: centerfor these containers.