bug: Fixes the height issue of attachment image preview. (#3296)
* bug: Fixes the height issue of attachment image preview * fixes codeclimate issue
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
}
|
||||
|
||||
.modal-image {
|
||||
max-width: 85%;
|
||||
max-height: 90%;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.modal-video {
|
||||
|
||||
Reference in New Issue
Block a user