Fixed visual bug in discovery vmware - #4199

This commit is contained in:
Tatiana Llorente 2019-06-12 16:47:53 +02:00
parent 7d54a37e13
commit af62bb1ae3
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ class Wizard
$output .= '<div style="">';
$output .= '<div style="float: left;">';
} else {
$output .= '<div style="">';
$output .= '<div style="width:50%;">';
$output .= '<div style="float: right;">';
}