Adjust image size to content column size (#1000)

This commit is contained in:
Jesús Espino 2021-08-16 18:26:03 +02:00 committed by GitHub
parent 712c18efce
commit 969ceeb93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@
}
.ImageElement {
pointer-events: none;
width: 100%;
}
}