Skip to content

Commit

Permalink
Merge pull request #22 from junyiacademy/fix/paragraph
Browse files Browse the repository at this point in the history
Fix: Paragraph margin
  • Loading branch information
jiaojiaojiaoCpbr authored Jun 26, 2024
2 parents c9b4621 + 405cdcd commit 696865e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/perseus/src/question-paragraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class QuestionParagraph extends React.Component<Props> {
}
data-perseus-component-index={this.props.translationIndex}
data-perseus-paragraph-index={this.props.paragraphIndex}
style={{ margin: "22px 0px" }}
>
{this.props.children}
</div>
Expand Down

0 comments on commit 696865e

Please sign in to comment.