Add max-height to comment inputs.

This commit is contained in:
Paulo Reis 2017-02-17 15:16:35 +00:00
parent e9752b4d10
commit 2eb9058c7c

View file

@ -463,6 +463,7 @@
margin-top: 3px;
overflow-x: hidden;
min-height: 3em;
max-height: 400px;
}
.rp-icon-delete {