Remove extra spacing when navbar is not displayed
Not showing navbar is not reason for adding extra whitespace, there is already enough whitespace arround. Issue #11507 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
4c7fe0b4e1
commit
e2916b8a3e
@ -4351,8 +4351,6 @@ class DisplayResults
|
||||
$pos_next, $pos_prev, self::PLACE_TOP_DIRECTION_DROPDOWN,
|
||||
$is_innodb
|
||||
);
|
||||
} elseif (! isset($printview) || ($printview != '1')) {
|
||||
$table_html .= "\n" . '<br /><br />' . "\n";
|
||||
}
|
||||
|
||||
// 2b ----- Get field references from Database -----
|
||||
|
||||
Loading…
Reference in New Issue
Block a user