Suggestion: Icon-text alignment issues in Contact/Company Info #179

Closed
opened 2026-05-22 18:36:14 +00:00 by Zhekrom · 1 comment
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.
Owner

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.
Sign in to join this conversation.