* Adjust app token input widget height.

This commit is contained in:
caoyanyi
2024-04-19 11:00:30 +08:00
parent b8576f703e
commit ffba35e582
6 changed files with 24 additions and 6 deletions
+4 -1
View File
@@ -43,7 +43,10 @@ formPanel
set::name('token'),
set::label($lang->gitea->token),
set::value($gitea->token),
set::control('textarea')
set::control(array(
'type' => 'textarea',
'rows' => 4
))
)
)
);