skttl / umbraco-matryoshka

Matryoshka enables you to layer your document type properties in tabs and groups
MIT License
13 stars 10 forks source link

Removing mysterious space from above tabbed content #40

Closed callumbwhyte closed 3 years ago

callumbwhyte commented 3 years ago

I'm using the Matryoshka package on a few complex sites and loving it!

One thing has been bugging me, and that's a mysterious space above secondary tabs in the tabbed view (first tab is fine).

First tab:

Screenshot 2020-10-14 at 13 13 30

Second tab:

Screenshot 2020-10-14 at 13 13 16

This is because Umbraco applies a margin-bottom of 20px between each group. This change removes this for Matryoshka's tabbed view:

Screenshot 2020-10-14 at 13 14 08
skttl commented 3 years ago

Sweet, thanks :)