Title: Suggestion: Icon-text alignment issues in Contact/Company Info
Severity: Low
Mode: Contact / Company Info
Lesson ID / File: Contact page - Company Info section
Environment: Browser (specify version), OS (specify version)
Date/Time: 2026-05-22
Source Code
(Not applicable � UI/alignment issue)
Steps to Reproduce
1. Navigate to the Contact page.
2. Go to the Company Info section.
3. Observe the alignment between icons and their accompanying text.
Expected Output
Icons and text should be properly aligned, maintaining a clean, structured layout.
Actual Output
The icons and text in the Company Info section are visibly misaligned. It is easily noticeable at first glance. This breaks the otherwise clean design structure and negatively impacts the visual user experience.
Suggested Priority
Low � Cosmetic issue. Does not affect functionality but compromises visual polish and design consistency.
Title: Suggestion: Icon-text alignment issues in Contact/Company Info
Severity: Low
Mode: Contact / Company Info
Lesson ID / File: Contact page - Company Info section
Environment: Browser (specify version), OS (specify version)
Date/Time: 2026-05-22
Source Code
(Not applicable � UI/alignment issue)
Steps to Reproduce
1. Navigate to the Contact page.
2. Go to the Company Info section.
3. Observe the alignment between icons and their accompanying text.
Expected Output
Icons and text should be properly aligned, maintaining a clean, structured layout.
Actual Output
The icons and text in the Company Info section are visibly misaligned. It is easily noticeable at first glance. This breaks the otherwise clean design structure and negatively impacts the visual user experience.
Suggested Priority
Low � Cosmetic issue. Does not affect functionality but compromises visual polish and design consistency.
Fixed in spikersoft-angular PR #13 (shared root cause with #177).
The Company Info styling was dead CSS (scoped under a non-existent .info-card wrapper), so the section never received its intended icon/text structure. The PR re-scopes the rules to the real .info-content class and vertically centers each list row's leading icon with its label so the icon column lines up cleanly.
Fixed in spikersoft-angular PR #13 (shared root cause with #177).
The Company Info styling was dead CSS (scoped under a non-existent `.info-card` wrapper), so the section never received its intended icon/text structure. The PR re-scopes the rules to the real `.info-content` class and vertically centers each list row's leading icon with its label so the icon column lines up cleanly.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Source Code
(Not applicable � UI/alignment issue)
Steps to Reproduce
Expected Output
Icons and text should be properly aligned, maintaining a clean, structured layout.
Actual Output
The icons and text in the Company Info section are visibly misaligned. It is easily noticeable at first glance. This breaks the otherwise clean design structure and negatively impacts the visual user experience.
Suggested Priority
Low � Cosmetic issue. Does not affect functionality but compromises visual polish and design consistency.
Fixed in spikersoft-angular PR #13 (shared root cause with #177).
The Company Info styling was dead CSS (scoped under a non-existent
.info-cardwrapper), so the section never received its intended icon/text structure. The PR re-scopes the rules to the real.info-contentclass and vertically centers each list row's leading icon with its label so the icon column lines up cleanly.