UX: prevents non-lightboxed images in quotes from stretching/squeezing (#8021)
This commit is contained in:
parent
f1f1fd4690
commit
15e70cc4b4
|
@ -235,6 +235,8 @@ blockquote {
|
|||
// !important here otherwise it won't work.
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue