From c26a6a1e94e77674700c820f70bdf5cd33c37fb2 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Fri, 31 Jan 2025 05:44:19 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit dc684b9 --- .../MapFeatureExplorer/MobileMapSettingsLayout.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MobileMapSettingsLayout.module.scss b/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MobileMapSettingsLayout.module.scss index 3bc233019e..8901d47498 100644 --- a/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MobileMapSettingsLayout.module.scss +++ b/src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MobileMapSettingsLayout.module.scss @@ -15,7 +15,7 @@ justify-content: space-between; align-items: center; padding: 12px 12px 12px 16px; - border-radius: 12px 0 0 0; + border-radius: 12px 0 0; border-bottom: 1px solid #e5e5e5; background-color: #fff; }