fix: Fixes email overflow issue in conversation. (#2331)

This commit is contained in:
Nithin David Thomas 2021-05-25 12:53:00 +05:30 committed by GitHub
parent 62d19911be
commit 652d988993
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -339,5 +339,6 @@ export default {
.view-box.fill-height {
height: auto;
flex-grow: 1;
min-width: 0;
}
</style>