Skip to content

Commit

Permalink
[UPDATE] Add rtl ignore for persian and arabic language
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanazzzmi committed Nov 18, 2024
1 parent 4a6ec7c commit 283e488
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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 +13,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 283e488

Please sign in to comment.