Remove extra margin

When the contact link is hidden in the server rendered HTML, the text
jumps when the link is rendered in the client with the margins.
This commit is contained in:
Kimmo Puputti 2017-12-20 15:27:06 +02:00
parent 108ba81474
commit 295b22712b

View file

@ -337,6 +337,7 @@
.contactLink {
@apply --marketplaceH4FontStyles;
margin: 0;
}
.descriptionContainer {