Skip to content

Commit

Permalink
Merge pull request #415 from occmundial/acordeon
Browse files Browse the repository at this point in the history
fix: Remove tag margin top
  • Loading branch information
JaviOCC authored Aug 8, 2024
2 parents 0867046 + 1ded38b commit f0ab88e
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 f0ab88e

Please sign in to comment.