mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Merge pull request #2479 from benjiwheeler/fix-misalign
don't use flex-row class to wrap instructions and credits
This commit is contained in:
commit
d949edef6f
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue