fix: Allow text overflow in a conversation for wide emails (#2028)
This commit is contained in:
@@ -22,3 +22,8 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.text-content {
|
||||
overflow: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user