Fix image height overflow in the post with single image (#381)
This commit is contained in:
parent
ecec5d6c0a
commit
91116fe6f8
|
@ -1369,7 +1369,6 @@ form .post {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue