Merge pull request #6103 from vector-im/luke/fix-composer-horizontal-scroll

Fix horizontal scrollbar under certain circumstances
This commit is contained in:
Matthew Hodgson
2018-02-07 12:14:10 +00:00
committed by GitHub

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;