* Adjust app token input widget height.
This commit is contained in:
@@ -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
|
||||
))
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user