Merge pull request #2533 from matrix-org/bwindels/avoidcomposerhscroll

avoid horizontal scrollbar in composer when placeholder doesn't fit
This commit is contained in:
Bruno Windels 2019-01-30 12:35:10 +00:00 committed by GitHub
commit 3a8e0aec48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,8 @@ limitations under the License.
width: 100%;
max-height: 120px;
min-height: 19px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
word-break: break-word;
}