Skip to content
Snippets Groups Projects
Commit e3f46f9e authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

fix(ManuscriptCard/ActionLink): Draft manuscript cards have higher height than...

fix(ManuscriptCard/ActionLink): Draft manuscript cards have higher height than submitted manuscripts

the draft manuscript card is now the same as the subbmitted manuscript card
parent 637a6cdd
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!79fix(ManuscriptCard/ActionLink): Draft manuscript cards have higher height than…
...@@ -92,7 +92,12 @@ const ManuscriptCard = ({ ...@@ -92,7 +92,12 @@ const ManuscriptCard = ({
title="Are you sure you want to delete this submission?" title="Are you sure you want to delete this submission?"
> >
{onClickEvent => ( {onClickEvent => (
<ActionLink icon="trash" onClick={onClickEvent}> <ActionLink
icon="trash"
onClick={onClickEvent}
size="small"
style={{ height: 16 }}
>
Delete Delete
</ActionLink> </ActionLink>
)} )}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment