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
Layout of image card ([class*="card--image"]) changes if image is a link.
Steps
<article class="c-card c-card--plain c-card--image-top">
<h3>Card - Image top</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In venenatis odio elit, faucibus blandit tellus mollis ut. Donec vel nibh at nisl fermentum sodales nec quis risus. Nullam et magna in metus vulputate fermentum a a augue.</p>
- <img src="…">+ <a href="…">+ <img src="…">+ </a>
</article>
Expected
Zero visual change.
Image becomes a link.
Actual
Space is added around image.
Image becomes a link.
Core-Styles
Before
After
Core-CMS
Before
Change
After
The text was updated successfully, but these errors were encountered:
Overview
Layout of image card (
[class*="card--image"]
) changes if image is a link.Steps
Expected
Actual
Core-Styles
Core-CMS
The text was updated successfully, but these errors were encountered: