Skip to content
Snippets Groups Projects
Commit a757f475 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

changelog updated

parent 9acc10c8
No related branches found
No related tags found
1 merge request!343Resolve "[MIN-249] Two ways to reach submaps and more compact submaps view"
Pipeline #99227 passed
......@@ -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
......
......@@ -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 />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment