Fix scrollbar for pills with initial avatar

pull/4784/merge
Luke Barnard 2017-08-11 17:48:25 +01:00
parent d610788866
commit 07ca70fd44
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ limitations under the License.
.mx_MessageComposer_input .public-DraftEditor-content {
max-height: 120px;
min-height: 21px;
overflow: auto;
}