Fix horizontal scrollbar under certain circumstances

specifically when trailing whitespace is not wrapped onto the next
line of the block.

Fixes #6077
This commit is contained in:
lukebarnard 2018-02-07 12:02:00 +00:00
parent 680a0191be
commit 95c45362d5

View File

@ -108,6 +108,10 @@ limitations under the License.
padding-top: 2px;
}
.mx_MessageComposer .public-DraftStyleDefault-block {
overflow-x: hidden;
}
.mx_MessageComposer_input blockquote {
color: $blockquote-fg-color;
margin: 0 0 16px;