Fix map styles

This commit is contained in:
fbsanchez 2021-08-31 11:05:41 +02:00
parent 966a5df96a
commit 88e4a804f5
1 changed files with 1 additions and 1 deletions

View File

@ -3443,7 +3443,7 @@ class NetworkMap
).'" />'."\n";
$output .= '<div id="simple_map" data-id="'.$this->idMap.'" ';
$output .= 'class="border_1px_dd';
$output .= 'class="border_1px_dd" style="';
if ($this->fullSize) {
$output .= ' width:100%';