From f70419cc021bc4a11d9ee5dd194e0ac4bee409ce Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:52:42 +0200 Subject: [PATCH] [Grid Map] Adjusted coordinate info to not jump around --- application/views/gridmap/index.php | 8 +++++++- assets/js/leaflet/geocoding.js | 12 +++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/application/views/gridmap/index.php b/application/views/gridmap/index.php index 74ebaefc..2b9e59ef 100644 --- a/application/views/gridmap/index.php +++ b/application/views/gridmap/index.php @@ -33,6 +33,12 @@ .cohidden { display:none; } +#latDeg, #lngDeg { + width: 170px; +} +#locator, #distance, #bearing { + width: 120px; +}