Merge branch '3.2.x'

* 3.2.x:
  [ticket/15173] Fix message area resizing lag
This commit is contained in:
Tristan Darricau 2017-04-18 23:49:00 +02:00
commit 3a59ba17e5
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

View file

@ -275,7 +275,7 @@ fieldset.submit-buttons input {
max-width: 100%;
height: 270px;
resize: vertical;
transition: all 0.5s ease;
transition: all 0.5s ease, height 1ms linear;
}
/* Emoticons panel */