fix: visualizzazione ckeditor
This commit is contained in:
parent
35f72c6453
commit
95ede3e60f
|
@ -54,7 +54,7 @@ class HTMLWrapper implements WrapperInterface
|
|||
}
|
||||
|
||||
$result .= '
|
||||
<div class="input-group">';
|
||||
<div class="'.($values['type'] == 'ckeditor' ? '' : 'input-group').'">';
|
||||
|
||||
if (!empty($values['icon-before']) || !empty($values['icon-after']) || !empty($values['validation'])) {
|
||||
$result .= '
|
||||
|
|
Loading…
Reference in New Issue