Merge pull request #3506 from matrix-org/bwindels/cider-placeholder-overflow

Fix: don't let composer placeholder show horizontal scrollbar when too narrow
This commit is contained in:
Bruno Windels
2019-10-02 14:50:20 +00:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ limitations under the License.
white-space: pre-wrap;
word-wrap: break-word;
outline: none;
overflow-x: auto;
overflow-x: hidden;
span.mx_UserPill, span.mx_RoomPill {
padding-left: 21px;