mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
fix: Fixes email overflow issue in conversation. (#2331)
This commit is contained in:
committed by
GitHub
parent
62d19911be
commit
652d988993
@@ -339,5 +339,6 @@ export default {
|
|||||||
.view-box.fill-height {
|
.view-box.fill-height {
|
||||||
height: auto;
|
height: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user