From a757f4759191c5889d970c9a6fad1b9b10a7e339 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <p.gawron@atcomp.pl>
Date: Fri, 13 Dec 2024 11:01:28 +0100
Subject: [PATCH] changelog updated

---
 CHANGELOG                                                       | 1 +
 .../Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index c1deae1c..d31f0603 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ minerva-front (19.0.0~alpha.0) stable; urgency=medium
   * Small improvement: reaction element annotations use the same styling as
     elements (#187)
   * Small improvement: styling of annotation links improved (#186)
+  * Small improvement: styling of submap links improved (#184)
 
  -- Piotr Gawron <piotr.gawron@uni.lu>  Fri, 18 Oct 2024 13:00:00 +0200
 
diff --git a/src/components/Map/Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx b/src/components/Map/Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx
index 13277014..d4b355ef 100644
--- a/src/components/Map/Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx
+++ b/src/components/Map/Drawer/SubmapsDrawer/SubmapItem/SubmapItem.component.tsx
@@ -7,7 +7,7 @@ interface SubmapItemProps {
 }
 
 export const SubmapItem = ({ modelName, onOpenClick }: SubmapItemProps): JSX.Element => (
-  <div className="flex flex-row flex-nowrap items-center justify-between py-6">
+  <div className="flex flex-row flex-nowrap items-center justify-between py-2">
     {modelName}
     <div className="flex flex-row flex-nowrap items-center">
       <DownloadSubmap />
-- 
GitLab