Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4bd72b1

Browse files
committed
dont let placeholder show scrollbar when composer is narrow
1 parent c8c4dc2 commit 4bd72b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_BasicMessageComposer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
white-space: pre-wrap;
4343
word-wrap: break-word;
4444
outline: none;
45-
overflow-x: auto;
45+
overflow-x: hidden;
4646

4747
span.mx_UserPill, span.mx_RoomPill {
4848
padding-left: 21px;

0 commit comments

Comments
 (0)