You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current timeline component on the website has the timeline indicator (dates) left-aligned and the text right-aligned, as shown in the attached image. This makes it difficult to read and understand the information at a glance.
I propose that the timeline text and indicator are aligned vertically, as shown in the attached image. This would improve the readability of the component and make it easier for users to understand their progress.
First Suggestion Solution:
Second Suggestion Solution:
Your purposed solution for this feature
Two options to vertically align text and indicator:
Flexbox: Set container's flex-direction: column for vertical stacking. Adjust margins for spacing.
Inline-block: Set text paragraphs to display: inline-block and adjust margins for alignment.
The text was updated successfully, but these errors were encountered:
samehelgazar95
changed the title
[feature]: Improve Timeline Component Readability, Vertical Alignment for Timeline Text and Indicator
[feature]: Improve Timeline Component Readability
May 13, 2024
Is there an existing issue for this feature?
Summary
The current timeline component on the website has the timeline indicator (dates) left-aligned and the text right-aligned, as shown in the attached image. This makes it difficult to read and understand the information at a glance.
I propose that the timeline text and indicator are aligned vertically, as shown in the attached image. This would improve the readability of the component and make it easier for users to understand their progress.
First Suggestion Solution:
Second Suggestion Solution:
Your purposed solution for this feature
Two options to vertically align text and indicator:
Flexbox: Set container's flex-direction: column for vertical stacking. Adjust margins for spacing.
Inline-block: Set text paragraphs to display: inline-block and adjust margins for alignment.
The text was updated successfully, but these errors were encountered: