mirror of https://github.com/vector-im/riot-web
avoid horizontal scrollbar in composer when placeholder doesn't fit
parent
6aca7e4515
commit
13b97ee332
|
@ -107,7 +107,8 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
min-height: 19px;
|
min-height: 19px;
|
||||||
overflow: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue