Skip to content

Commit

Permalink
block quote fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacup committed Nov 7, 2019
1 parent 1312e73 commit f7b3858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-markdown-display",
"version": "4.0.5",
"version": "4.0.6",
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer), originally created by Mient-jan Stelling as react-native-markdown-renderer",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions src/lib/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ export const styles = StyleSheet.create({
height: 1,
},
blockquote: {
paddingHorizontal: 20,
paddingVertical: 10,
margin: 20,
paddingHorizontal: 14,
paddingVertical: 4,
backgroundColor: '#CCCCCC',
},
inlineCode: {
Expand Down

0 comments on commit f7b3858

Please sign in to comment.