From d0d2abe8ec2379d4fab4b974e2b7893804e760d9 Mon Sep 17 00:00:00 2001 From: 8chan Date: Tue, 16 Dec 2014 00:33:20 -0800 Subject: [PATCH] Why not let users resize the QR horizontally? --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 85503dd8..7156b224 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -87,7 +87,7 @@ -webkit-box-sizing:border-box;\ -moz-box-sizing: border-box;\ font-size: 10pt;\ - resize: vertical;\ + resize: both;\ }\ #quick-reply input, #quick-reply select, #quick-reply textarea {\ margin: 0 0 1px 0;\