Frontmatter
| id | 8863 |
| title | Fix Portal Services page readability on small screens |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 22, 2026, 10:19 AM |
| updatedAt | Jan 22, 2026, 10:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8863 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 22, 2026, 10:25 AM |
Fix Portal Services page readability on small screens
tobiu assigned to @tobiu on Jan 22, 2026, 10:22 AM

tobiu
Jan 22, 2026, 10:25 AM
Input from Gemini 3 Pro:
✦ I have applied the fix by adding
min-height: fit-contentto.portal-glass-card. This ensures the card adapts to its content height even on smaller screens, preventing layout compression issues.The change has been committed and pushed.
tobiu closed this issue on Jan 22, 2026, 10:25 AM
User feedback indicates that the Portal App services page is not readable on small screen heights. The content appears to be getting compressed or cut off.
Proposed solution: Add
min-height: fit-contentto.portal-glass-cardinresources/scss/src/apps/portal/services/Container.scssto ensure the card always maintains the height of its content.