Merge branch 'ent-7953-mapas-con-estilos-mal' into 'develop'

Fix map styles

See merge request artica/pandorafms!4380
This commit is contained in:
Daniel Rodriguez 2021-09-01 09:11:01 +00:00
commit fedc46dc1d
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%';