Skip to content

Commit e5361c6

Browse files
committed
Remove margins from images within lists
1 parent 541b9d9 commit e5361c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/css/components/_stacks-prose.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
img {
160160
max-width: 100%;
161161
margin-bottom: var(--s-prose-spacing);
162-
display: block;
162+
vertical-align: bottom;
163163
}
164164

165165
blockquote,
@@ -197,7 +197,6 @@
197197

198198
// Within lists, we shouldn't have so much spacing
199199
// in between block-level elements.
200-
img,
201200
dl,
202201
p,
203202
blockquote,

0 commit comments

Comments
 (0)