From 159403d14becaa649a14b712c7d35d4dee9d06f5 Mon Sep 17 00:00:00 2001
From: Leila Gonzales <lmg@agiweb.org>
Date: Wed, 28 Feb 2018 18:05:41 +0000
Subject: [PATCH] make maptab map responsive

---
 themes/bootstrap3/templates/RecordTab/map.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/RecordTab/map.phtml b/themes/bootstrap3/templates/RecordTab/map.phtml
index 5b4b2b725fc..f80df20e0f2 100644
--- a/themes/bootstrap3/templates/RecordTab/map.phtml
+++ b/themes/bootstrap3/templates/RecordTab/map.phtml
@@ -9,7 +9,7 @@
   $params = [json_encode($mapTabData), json_encode($popupTitle), json_encode($mapGraticule)];
   $jsParams = implode(', ', $params);
   $jsLoad = "loadMapTab(" . $jsParams . ");"; ?>
-  <div id="wrap" style="width: 674px; height: 479px">
+  <div id="wrap" style="width: inherit; height: 479px">
     <div id="map-canvas" style="width: 100%; height: 100%"><div id="popup"></div></div>
     <?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $jsLoad, 'SET');?>
   </div>
-- 
GitLab