add operations_full_width div to avoid overlapping boxes
introduced in be14efaa75
This commit is contained in:
@@ -569,7 +569,9 @@ echo __('Remove database');
|
|||||||
if (!empty($cfg['Servers'][$server]['pmadb'])) {
|
if (!empty($cfg['Servers'][$server]['pmadb'])) {
|
||||||
$message->isError(true);
|
$message->isError(true);
|
||||||
}
|
}
|
||||||
|
echo '<div class="operations_full_width">';
|
||||||
$message->display();
|
$message->display();
|
||||||
|
echo '</div>';
|
||||||
} // end if
|
} // end if
|
||||||
} // end if (!$is_information_schema)
|
} // end if (!$is_information_schema)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user