mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -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.
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user