app/library/Form.php: Update classes to bootstrap 5.2.0
This commit is contained in:
parent
a73f9501f3
commit
9ad9221de0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class Form extends FormBase
|
||||||
public function renderDecorated($name, $opt = [])
|
public function renderDecorated($name, $opt = [])
|
||||||
{
|
{
|
||||||
$options = [
|
$options = [
|
||||||
'label-class' => 'control-label',
|
'label-class' => 'col-form-label text-end',
|
||||||
'class' => [ 'col-sm-10' ],
|
'class' => [ 'col-sm-10' ],
|
||||||
'message' => ''
|
'message' => ''
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Reference in a new issue