Skip to content

Commit

Permalink
fix: Overlapping PriceChangeNotice component (decentraland#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jul 29, 2021
1 parent 8cc8488 commit 3c2e128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PriceChangeNotice.ui.card {
/* This margin top is compensating for the @margin on semantic UI's .ui.cards. Can't really access the LESS variable */
margin-top: -0.875em;
margin-bottom: 30px;
margin-bottom: 30px !important;
}

.PriceChangeNotice.ui.card .meta {
Expand Down

0 comments on commit 3c2e128

Please sign in to comment.