Skip to content

Commit

Permalink
Merge pull request #939 from contentful/fix/empty-state-specificity
Browse files Browse the repository at this point in the history
fix: Restore Margins on EmptyState in Product [HOMER-23]
  • Loading branch information
Chaoste committed Apr 27, 2021
2 parents 72130c0 + c61890c commit 0d9d3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-position: center;
}

.EmptyState_element {
.EmptyState .EmptyState_element {
max-width: calc(1rem * (500 / var(--font-base-default)));
margin-bottom: var(--spacing-m);
}
Expand Down

0 comments on commit 0d9d3e8

Please sign in to comment.