Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit b45eb9c

Browse files
authored
Merge pull request #27 from benox3/base-style
Update base style to not include unnecessary negative margin
2 parents fa8ee5b + c1b7eb8 commit b45eb9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/common/Pic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Pic.defaultProps = {
9595
blurAmmount: '20px',
9696
baseStyle: {
9797
position: 'relative',
98-
margin: '-5px',
9998
overflow: 'hidden'
10099
},
101100
imgStyle: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pic",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "React component for progressive and responsive image loading.",
55
"author": "Ben Budnevich",
66
"main": "dist/commonjs/react-pic.js",

0 commit comments

Comments
 (0)