summaryrefslogtreecommitdiff
path: root/Vote.php
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-13 01:38:47 +0200
committerMartin Fischer <martin@push-f.com>2022-10-13 01:38:47 +0200
commit893f22b3ff795de9d8202288bf2960995cc41f47 (patch)
tree3ff08c8e2be9e65ea9ef52f8b22b3a04edbdd969 /Vote.php
parent86d3f8812a72527fc357976fd441a4082abe66af (diff)
fix: set textarea max-width for MobileFrontend
Diffstat (limited to 'Vote.php')
-rw-r--r--Vote.php1
1 files changed, 1 insertions, 0 deletions
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',