Fix menu header visual issues

This commit is contained in:
Calvo 2022-03-23 18:03:27 +01:00
parent de2b88ff82
commit 84261fcc82
1 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,8 @@ switch ($section) {
break;
}
// Put header inside div for special sizing.(No right margin).
echo '<div id="header_configuration" style="width: calc(100% + 3em);">';
// Header.
ui_print_page_header(
__('Configuration').$subpage,
@ -338,6 +340,7 @@ ui_print_page_header(
'',
true
);
echo '</div>';
if (isset($config['error_config_update_config'])) {
if ($config['error_config_update_config']['correct'] == false) {