fix: Allow text overflow in a conversation for wide emails (#2028)
This commit is contained in:
@@ -151,6 +151,7 @@
|
|||||||
border-top-left-radius: $space-smaller;
|
border-top-left-radius: $space-smaller;
|
||||||
color: $color-body;
|
color: $color-body;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
&.is-image {
|
&.is-image {
|
||||||
border-radius: var(--border-radius-large);
|
border-radius: var(--border-radius-large);
|
||||||
@@ -198,6 +199,7 @@
|
|||||||
border-bottom-right-radius: $space-smaller;
|
border-bottom-right-radius: $space-smaller;
|
||||||
border-top-right-radius: $space-smaller;
|
border-top-right-radius: $space-smaller;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
&.is-private {
|
&.is-private {
|
||||||
background: lighten($warning-color, 32%);
|
background: lighten($warning-color, 32%);
|
||||||
|
|||||||
@@ -22,3 +22,8 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.text-content {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user