add operations_full_width div to avoid overlapping boxes

introduced in be14efaa75
This commit is contained in:
Herman van Rink
2011-04-25 13:51:02 +02:00
parent c759286fbe
commit 0c39177753

View File

@@ -569,7 +569,9 @@ echo __('Remove database');
if (!empty($cfg['Servers'][$server]['pmadb'])) {
$message->isError(true);
}
echo '<div class="operations_full_width">';
$message->display();
echo '</div>';
} // end if
} // end if (!$is_information_schema)