From 9b491f78ab657c44d10f1b60d0da8ece1717f8d0 Mon Sep 17 00:00:00 2001 From: Unai Bolivar Date: Tue, 7 May 2024 17:08:03 +0200 Subject: [PATCH] CLMS-3163 (bug): cosmetic corrections: draw rectangle popo up header icon and text separation is the same for all messages. --- src/components/MapViewer/css/ArcgisMap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapViewer/css/ArcgisMap.css b/src/components/MapViewer/css/ArcgisMap.css index 86a65f5b..9baf0f0d 100644 --- a/src/components/MapViewer/css/ArcgisMap.css +++ b/src/components/MapViewer/css/ArcgisMap.css @@ -1394,7 +1394,7 @@ input[type='range']::-ms-track { display: flex; width: 19rem; height: 60px; - justify-content: space-around; + /* justify-content: space-around; */ padding: 0.6rem 0.8rem 0.8rem 0.8rem; background-color: white; }