Skip to content

Commit e52e873

Browse files
Update style (#107992)
1 parent 788e121 commit e52e873

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

packages/support-articles/src/components/help-center-article/help-center-article.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,19 @@
238238
}
239239
}
240240

241-
.wp-block-image figure figcaption {
241+
figure.wp-block-image {
242+
border: 1px solid $gray-200;
243+
border-radius: 4px;
244+
padding: 16px;
245+
246+
img {
247+
border-radius: 2px;
248+
}
249+
}
250+
251+
figure.wp-block-image figcaption {
242252
display: block;
253+
padding: 12px 0 0;
243254
}
244255

245256
color: var( --color-neutral-70 );

0 commit comments

Comments
 (0)