fix: image aspect ratio on component preview (#35790)

Co-authored-by: Jillian Vogel <jill@opencraft.com>
This commit is contained in:
Rômulo Penido
2024-11-08 10:25:37 -03:00
committed by GitHub
parent 6ad5b1014c
commit 31d170a687

View File

@@ -222,6 +222,7 @@
.xmodule_display.xmodule_HtmlBlock img,
.xmodule_display.xmodule_StaticTabBlock img {
max-width: 100%;
height: auto;
}
.xmodule_display.xmodule_AboutBlock pre,