diff --git a/CHANGELOG b/CHANGELOG
index c1deae1cb18d929d497824e6257a356c09d7de6d..d31f060384d0d4f3c54960e6055cc8bdc02706ea 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 13277014047e7ddcec6c64326b8655f0b999b93d..d4b355ef7a1d21c43be352724906bc92e54ba664 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 />