dont let placeholder show scrollbar when composer is narrow
This commit is contained in:
parent
c8c4dc29d1
commit
4bd72b1494
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue