minor fixes

This commit is contained in:
fbsanchez 2020-12-01 17:19:34 +01:00
parent 54d5529599
commit 7c298ae0a8
1 changed files with 2 additions and 1 deletions

View File

@ -3836,7 +3836,8 @@ function ui_toggle(
$original, $original,
true, true,
[ [
'style' => 'object-fit: contain; float:right; margin-right:10px;', 'class' => 'float-left',
'style' => 'object-fit: contain; margin-right:10px;',
'title' => $title, 'title' => $title,
'id' => 'image_'.$uniqid, 'id' => 'image_'.$uniqid,
] ]