Skip to content

Commit

Permalink
fix: Remove tag margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
JaviOCC committed Aug 8, 2024
1 parent 0359fc0 commit 1ded38b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/SlideDown/__snapshots__/SlideDown.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Object {
},
"tag": Object {
"marginLeft": "8px",
"marginTop": "4px",
"pointerEvents": "none",
},
"text": Object {
Expand Down
1 change: 0 additions & 1 deletion lib/SlideDown/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default {
cursor: 'pointer'
},
tag: {
marginTop: spacing['size-1'],
marginLeft: spacing['size-2'],
pointerEvents: 'none'
},
Expand Down

0 comments on commit 1ded38b

Please sign in to comment.