From 5a4448c4dc14fc104cc3e7306a587edfa316d495 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Tue, 2 Jun 2015 09:43:43 +0200 Subject: [PATCH] Fix quick reply submit button being ridiculously small --- js/quick-reply.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 12cca366..43981a48 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -99,9 +99,6 @@ #quick-reply .nonsense {\ display: none;\ }\ - #quick-reply td.submit {\ - width: 1%;\ - }\ #quick-reply td.recaptcha {\ text-align: center;\ padding: 0 0 1px 0;\