Skip to content

Commit

Permalink
fix messageinputlarge with padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap committed Mar 26, 2020
1 parent 2d2ede5 commit a17300e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/MessageInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@

&--textarea-wrapper {
display: flex;
.str-chat__textarea {
textarea {
padding-right: 70px;
}
}
}

&-emojiselect {
Expand Down

0 comments on commit a17300e

Please sign in to comment.