1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-07 13:22:15 +01:00

fix: visualizzazione ckeditor

This commit is contained in:
MatteoPistorello 2024-10-25 09:25:43 +02:00
parent 35f72c6453
commit 95ede3e60f

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