Skip to content

Commit

Permalink
Merge PR #390 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Nov 25, 2024
2 parents c79e793 + 1960214 commit 810796b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<t t-name="base_geoengine.GeoengineRenderer">
<div class="d-flex view w-100">
<LayersPanel model="props.data.resModel" vectorModel="vectorModel.root" />
<div class="map_container">
<div
class="map_container"
style="/*rtl:ignore*/ direction: ltr /*rtl:ignore*/;"
>
<div id="olmap" />
</div>
<RecordsPanel
Expand All @@ -13,7 +16,7 @@
zoomOutOnFeature.bind="getOriginalZoom"
/>
</div>
<div id="popup" class="ol-popup">
<div id="popup" class="ol-popup text-start">
<div
id="popup-closer"
class="ol-popup-closer text-primary"
Expand Down

0 comments on commit 810796b

Please sign in to comment.