Skip to content

Commit

Permalink
Merge pull request #27 from junyiacademy/remove/style
Browse files Browse the repository at this point in the history
Remove: Duplicate style
  • Loading branch information
jiaojiaojiaoCpbr authored Jun 28, 2024
2 parents 9ac963f + 5637ed8 commit b97747c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junyiacademy/perseus-core",
"version": "1.0.40",
"version": "1.0.41",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion packages/perseus/src/question-paragraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ 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 b97747c

Please sign in to comment.