fix: Allow text overflow in a conversation for wide emails (#2028)

This commit is contained in:
Sivin Varghese
2021-04-05 10:52:51 +05:30
committed by GitHub
parent 1d3b1c1ae5
commit bce5e29c49
2 changed files with 7 additions and 0 deletions

View File

@@ -22,3 +22,8 @@ export default {
},
};
</script>
<style lang="scss" scoped>
.text-content {
overflow: auto;
}
</style>