Fix horizontal scrollbar under certain circumstances

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

Fixes #6077
pull/6103/head
lukebarnard 2018-02-07 12:02:00 +00:00
parent 680a0191be
commit 95c45362d5
1 changed files with 4 additions and 0 deletions

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;