From 893f22b3ff795de9d8202288bf2960995cc41f47 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 13 Oct 2022 01:38:47 +0200 Subject: fix: set textarea max-width for MobileFrontend --- Vote.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Vote.php') diff --git a/Vote.php b/Vote.php index 0429a91..ffedcba 100644 --- a/Vote.php +++ b/Vote.php @@ -208,6 +208,7 @@ class VoteHooks { 'rows' => 3, 'label' => wfMessage('vote-comment')->inLanguage($parser->getTargetLanguage()), 'disabled' => $previewMode, + 'cssclass' => 'vote-comment-textarea', ], 'page' => [ 'type' => 'hidden', -- cgit v1.2.3