mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
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.
|
// !important here otherwise it won't work.
|
||||||
img {
|
img {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
|
object-fit: cover;
|
||||||
|
object-position: top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user