fix: Allow text overflow in a conversation for wide emails (#2028)
This commit is contained in:
parent
1d3b1c1ae5
commit
bce5e29c49
2 changed files with 7 additions and 0 deletions
|
@ -22,3 +22,8 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.text-content {
|
||||
overflow: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue