Fixed visual bug
This commit is contained in:
parent
21c879c74f
commit
51ed420d77
|
@ -1882,7 +1882,7 @@ class Diagnostics extends Wizard
|
|||
$inputs = [];
|
||||
|
||||
$inputs[] = [
|
||||
'label' => __('What happened').'?',
|
||||
'label' => __('What happened?'),
|
||||
'id' => 'div-what-happened',
|
||||
'class' => 'flex-row',
|
||||
'arguments' => [
|
||||
|
|
Loading…
Reference in New Issue