mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
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:
@@ -21,7 +21,7 @@
|
|||||||
font-size: $font-size-mini;
|
font-size: $font-size-mini;
|
||||||
max-width: 15rem;
|
max-width: 15rem;
|
||||||
padding: $space-smaller $space-small;
|
padding: $space-smaller $space-small;
|
||||||
z-index: 9999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-image {
|
.modal-image {
|
||||||
max-width: 85%;
|
max-height: 90%;
|
||||||
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-video {
|
.modal-video {
|
||||||
|
|||||||
Reference in New Issue
Block a user