Skip to content
Snippets Groups Projects
Commit 05b733eb authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

style fix

parent 6a8714b3
No related branches found
No related tags found
2 merge requests!60Dev,!43Shared data model
......@@ -21,7 +21,7 @@ const ManuscriptHead = styled.div`
}
}
@media screen and (min-width: 871px) {
& + * {
& + .withHeader {
height: calc(100% - (${th('gridUnit')} * 20.125));
}
}
......
......@@ -209,7 +209,7 @@ class Created extends React.Component {
? teams.find(team => team.role === 'submitter').teamMembers[0]
: null
return (
<SplitPage>
<SplitPage className="withHeader">
<StepPanel>
<div>
<CreatePageHeader currentStep={currentStep} />
......
......@@ -6,7 +6,7 @@ export const PreviewPage = styled.div`
flex-direction: row;
justify-content: center;
align-items: stretch;
height: calc(100% - (${th('gridUnit')} * 12));
height: calc(100% - (${th('gridUnit')} * 20.125));
background-color: ${th('colorBackground')};
@media screen and (max-width: 870px) {
......
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