Merge pull request #2994 from benjiwheeler/project-notes-last

fix last instructions notes and credits alignment
This commit is contained in:
Benjamin Wheeler 2019-05-22 14:29:48 -04:00 committed by GitHub
commit bde167c0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -487,7 +487,7 @@ const PreviewPresentation = ({
</Formsy>
)}
</FormsyProjectUpdater> :
<div className="project-description last">
<div className="project-description">
{decorateText(projectInfo.description, {
usernames: true,
hashtags: true,

View file

@ -466,7 +466,7 @@ $stage-width: 480px;
flex: 1;
}
.project-description.last {
.project-description:last-of-type {
margin-bottom: 0;
}