From 9baee1ee84b6c74da15b2b442b3627bfe61cbd33 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 10 Aug 2025 22:58:21 +0100 Subject: [PATCH] Reduce font size in custom_date map view Changed the font size from 15px to 12px in the custom_date.php map view for improved consistency and appearance. --- application/views/map/custom_date.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/map/custom_date.php b/application/views/map/custom_date.php index ebb77544..6db7f909 100644 --- a/application/views/map/custom_date.php +++ b/application/views/map/custom_date.php @@ -19,7 +19,7 @@ width: auto !important; height: auto !important; transform-origin: center !important; - font-size: 15px !important; /* Ensure consistent font size */ + font-size: 12px !important; /* Ensure consistent font size */ }