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:
Sivin Varghese
2021-11-01 21:00:14 +05:30
committed by GitHub
parent 372bd75028
commit 0651b11fda
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,8 @@
}
.modal-image {
max-width: 85%;
max-height: 90%;
max-width: 90%;
}
.modal-video {