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>
Overview
Layout of image card (
[class*="card--image"]
) changes if image is a link.Steps
Expected
Actual
Space is added around image.Screenshots
New Bug
Original Bug
Core-Styles
Core-CMS
The text was updated successfully, but these errors were encountered: