Skip to content

Commit

Permalink
fix: image aspect ratio on component preview
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Nov 6, 2024
1 parent 8616aa5 commit 4ab4c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmodule/assets/html/_display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ a {

img {
max-width: 100%;
height: auto;
}

pre {
Expand Down

0 comments on commit 4ab4c46

Please sign in to comment.