Skip to content

Commit

Permalink
Resize map #337
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 15, 2019
1 parent 59ab993 commit 11ce3f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<div style="height: 10%; overflow: auto;">
Map verification
</div>
<l-map style="height: 300px; width:420px" :zoom="zoom" :center="center">
<l-map style="height: 300px; width:360px" :zoom="zoom" :center="center">
<l-tile-layer :url="url" :attribution="attribution"></l-tile-layer>
<l-marker :lat-lng="marker"></l-marker>
</l-map>
</div>
<div
v-else
class="panel aligner"
style="height: 300px; align-items: center; width:420px">
style="height: 300px; align-items: center; width:360px">
<h3>Fill lat/long to display the map</h3>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flexbox align-start">
<block-layout class="separate-right">
<block-layout>
<div slot="header">
<h3>Collection Object</h3>
</div>
Expand Down

0 comments on commit 11ce3f4

Please sign in to comment.