From c12eac617618eabf0c7e082ae1d5e91956e95d7e Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Mon, 12 Jun 2023 18:52:24 +0800 Subject: [PATCH] * Fix history textarea style. --- lib/zin/wg/history/v1.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/zin/wg/history/v1.php b/lib/zin/wg/history/v1.php index 220b977573..7e2fecc8db 100644 --- a/lib/zin/wg/history/v1.php +++ b/lib/zin/wg/history/v1.php @@ -139,12 +139,11 @@ class history extends wg return form ( - setClass('comment-edit-form hidden'), + setClass('comment-edit-form hidden mt-2 ml-6'), set::method('post'), set::action(createLink('action', 'editComment', "actionID=$action->id")), textarea ( - setClass('mt-2 ml-6'), set::name('lastComment'), set::rows('8'), set::autofocus('autofocus'),