Unverified Commit d949edef authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #2479 from benjiwheeler/fix-misalign

don't use flex-row class to wrap instructions and credits
parents e170a9cd 2a0a76fb
......@@ -345,7 +345,7 @@ const PreviewPresentation = ({
</FlexRow>
</FlexRow>
</MediaQuery>
<FlexRow className="description-block">
<div className="description-block">
<div className="project-textlabel">
<FormattedMessage id="project.instructionsLabel" />
</div>
......@@ -385,8 +385,8 @@ const PreviewPresentation = ({
})}
</div>
}
</FlexRow>
<FlexRow className="description-block">
</div>
<div className="description-block">
<div className="project-textlabel">
<FormattedMessage id="project.notesAndCreditsLabel" />
</div>
......@@ -427,7 +427,7 @@ const PreviewPresentation = ({
})}
</div>
}
</FlexRow>
</div>
{/* eslint-enable max-len */}
</FlexRow>
</FlexRow>
......
Markdown is supported
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