mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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";
|
).'" />'."\n";
|
||||||
|
|
||||||
$output .= '<div id="simple_map" data-id="'.$this->idMap.'" ';
|
$output .= '<div id="simple_map" data-id="'.$this->idMap.'" ';
|
||||||
$output .= 'class="border_1px_dd';
|
$output .= 'class="border_1px_dd" style="';
|
||||||
|
|
||||||
if ($this->fullSize) {
|
if ($this->fullSize) {
|
||||||
$output .= ' width:100%';
|
$output .= ' width:100%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user