mirror of https://github.com/vector-im/riot-web
Merge pull request #2533 from matrix-org/bwindels/avoidcomposerhscroll
avoid horizontal scrollbar in composer when placeholder doesn't fitpull/21833/head
commit
3a8e0aec48
res/css/views/rooms
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue