Skip to content

Commit d48ffde

Browse files
authored
docs(module:check-list): image adaptive size (NG-ZORRO#9013)
1 parent 6d8d915 commit d48ffde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/site/_site/doc/style/markdown.less

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
.markdown img {
1212
max-width: ~'calc(100% - 32px)';
13+
height: 100%;
14+
object-fit: contain;
1315
}
1416

1517
.markdown p > img {

0 commit comments

Comments
 (0)