Resize browser window to see the strike-through disappear.
Please provide relevant source code if applicable.
Is there anything else we should know?
Fundamentals Team comment:
The height and the width of the connecting lines is calculated dynamically and the css is assigned with inline styling to the element. For example:
<div class="fd-timeline__connecting-line" style="height: 80px;"></div>
On window resize these calculations are not applied correctly which results in lines going through the icons of the timeline and even overflowing the component.
Is this a bug, enhancement, or feature request?
Bug
Briefly describe your proposal.
As seen on the docs' first example, the connecting line strikes through the icons when initially loading the page.
It's only broken when initially loading the page. E.g. resizing the browser window fixes the visual defect.
Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)
v0.38.2
If this is a bug, please provide steps for reproducing it.
Please provide relevant source code if applicable.
Is there anything else we should know?
Fundamentals Team comment: The height and the width of the connecting lines is calculated dynamically and the css is assigned with inline styling to the element. For example:
<div class="fd-timeline__connecting-line" style="height: 80px;"></div>
On window resize these calculations are not applied correctly which results in lines going through the icons of the timeline and even overflowing the component.