1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 20:44:01 +01:00

[ticket/13684] Prevent horizontal resize of attach comment textarea

PHPBB3-13684
This commit is contained in:
Marc Alexander 2015-10-11 12:38:07 +02:00
parent f6c8338358
commit 6bcec956ba

View File

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