mirror of https://github.com/vector-im/riot-web
Merge pull request #3506 from matrix-org/bwindels/cider-placeholder-overflow
Fix: don't let composer placeholder show horizontal scrollbar when too narrowpull/21833/head
commit
62149d3b13
|
@ -42,7 +42,7 @@ limitations under the License.
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
outline: none;
|
outline: none;
|
||||||
overflow-x: auto;
|
overflow-x: hidden;
|
||||||
|
|
||||||
span.mx_UserPill, span.mx_RoomPill {
|
span.mx_UserPill, span.mx_RoomPill {
|
||||||
padding-left: 21px;
|
padding-left: 21px;
|
||||||
|
|
Loading…
Reference in New Issue