Skip to content
Snippets Groups Projects
Commit f0caaa89 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix marker not displayed for geocoder

parent c1b68742
No related branches found
No related tags found
1 merge request!624REDMINE_ISSUE-17474 | Ajouter un geocodeur ETALAB sur les cartes
......@@ -195,6 +195,15 @@ export default {
</script>
<style lang="less">
#marker {
width: 20px;
height: 20px;
border: 1px solid rgb(136, 66, 0);
border-radius: 10px;
background-color: rgb(201, 114, 15);
opacity: 0.7;
}
#geocoder-container {
position: absolute;
right: 6px;
......@@ -243,16 +252,6 @@ export default {
border-radius: 2px 0 0 2px;
}
}
#marker {
width: 20px;
height: 20px;
border: 1px solid rgb(136, 66, 0);
border-radius: 10px;
background-color: rgb(201, 114, 15);
opacity: 0.7;
}
// /* keep placeholder width when opening dropdown */
.multiselect {
min-width: 208px;
......
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