Restore original gap between subcategory tabs and plugin content

This commit is contained in:
Marcus Quinn
2025-03-25 01:11:52 +00:00
parent 8e6371fe9d
commit bbb0dc377a

View File

@ -1044,7 +1044,7 @@ body.wp-admin .button.pricing-button:hover,
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
margin: 0 0 10px 0; /* Restore the 10px bottom margin */ margin: 0 0 20px 0; /* Increase from 10px to 20px to restore original spacing */
text-align: center; text-align: center;
} }