Skip to content
Snippets Groups Projects
Commit 52730e8c authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: iframe map width

parent fb201163
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<iframe <iframe
:src="intersected ? $config.map_url : null" :src="intersected ? $config.map_url : null"
class="w-screen bg-gray-200" class="w-full bg-gray-200"
style="height: 50vh; min-height: 600px" style="height: 50vh; min-height: 600px"
title="Carte monnaie-libre" title="Carte monnaie-libre"
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment