Merge pull request from matrix-org/bwindels/avoidcomposerhscroll

avoid horizontal scrollbar in composer when placeholder doesn't fit
pull/21833/head
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
1 changed files with 2 additions and 1 deletions
res/css/views/rooms

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;
}