fix: The Geolocation Map Field in RTL languages in System (backport #22248) (#22250)

(cherry picked from commit 30dd229032cb77b41e7dda16dbdc3e6b28456ee9)

Co-authored-by: Alaa Alsalehi <alaadiaa@gmail.com>
This commit is contained in:
mergify[bot] 2023-08-30 15:27:57 +05:30 committed by GitHub
parent d4255eb8b2
commit fe3f6fe0c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
/* required styles */
/*rtl:begin:ignore*/
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
@ -14,6 +15,7 @@
left: 0;
top: 0;
}
/*rtl:end:ignore*/
.leaflet-container {
overflow: hidden;
}