* 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
@@ -46,7 +46,10 @@ formPanel
set::label($lang->gitlab->token),
set::value($gitlab->token),
set::placeholder($lang->gitlab->placeholder->token),
set::control('textarea')
set::control(array(
'type' => 'textarea',
'rows' => 4
))
)
)
);