Skip to content
Snippets Groups Projects
Commit a13739ab authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style(manuscriptDetails): add padding top

parent d02c0ce4
No related branches found
No related tags found
1 merge request!43Sprint #19
...@@ -25,7 +25,7 @@ const ManuscriptDetailsTop = ({ ...@@ -25,7 +25,7 @@ const ManuscriptDetailsTop = ({
collection = {}, collection = {},
currentUser: { isReviewer, token }, currentUser: { isReviewer, token },
}) => ( }) => (
<Row alignItems="center" mb={1}> <Row alignItems="center" mb={1} mt={2}>
<Item alignItems="center" justify="flex-start"> <Item alignItems="center" justify="flex-start">
<ActionLink icon="arrow-left" onClick={() => history.push('/dashboard')}> <ActionLink icon="arrow-left" onClick={() => history.push('/dashboard')}>
Dashboard Dashboard
......
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