From 6bcec956ba6d3fc4f1cdccc43d638b99ef5d783c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 11 Oct 2015 12:38:07 +0200 Subject: [ticket/13684] Prevent horizontal resize of attach comment textarea PHPBB3-13684 --- phpBB/styles/prosilver/theme/plupload.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/styles/prosilver/theme/plupload.css') diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css index 7d4092c3fe..b17cca5f25 100644 --- a/phpBB/styles/prosilver/theme/plupload.css +++ b/phpBB/styles/prosilver/theme/plupload.css @@ -15,6 +15,11 @@ width: 30%; } +.attach-comment .inputbox { + resize: vertical; + width: 100%; +} + .attach-filesize { width: 15%; } -- cgit v1.2.1