Merge branch 'ent-7953-mapas-con-estilos-mal' into 'develop'
Fix map styles See merge request artica/pandorafms!4380
This commit is contained in:
commit
fedc46dc1d
|
@ -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%';
|
||||
|
|
Loading…
Reference in New Issue