1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 08:42:35 +02:00

Merge pull request from marc1706/ticket/13684

[ticket/13684] Prevent horizontal resize of attach comment textarea
This commit is contained in:
Cesar G 2015-10-14 04:28:34 -07:00
commit 50bf3411d4

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