Skip to content

Commit

Permalink
fix(caption): image styles for caption spacing (#628)
Browse files Browse the repository at this point in the history
* v1.17.2

* v1.17.3

* fix: img and caption spacing style
  • Loading branch information
jnm2377 authored and vpicone committed Jan 7, 2020
1 parent cf0bb0d commit fbc5978
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,12 @@
--space: 0;
@include carbon--type-style('heading-01');
}

//---------------------------------------
// Images
//---------------------------------------

//needed for proper spacing for image with caption
img {
display: block;
}

1 comment on commit fbc5978

@vercel
Copy link

@vercel vercel bot commented on fbc5978 Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.