Merge branch '3.1.x'

* 3.1.x:
  [ticket/13684] Prevent horizontal resize of attach comment textarea
This commit is contained in:
Cesar G 2015-10-14 04:29:50 -07:00
commit 9ec8faff32

View file

@ -15,6 +15,11 @@
width: 30%;
}
.attach-comment .inputbox {
resize: vertical;
width: 100%;
}
.attach-filesize {
width: 15%;
}