fix: visualizzazione ckeditor

This commit is contained in:
MatteoPistorello 2024-10-25 09:25:43 +02:00
parent 35f72c6453
commit 95ede3e60f
1 changed files with 1 additions and 1 deletions

View File

@ -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 .= '