Fix double padding issue in tab content spacing

This commit is contained in:
Marcus Quinn
2025-03-24 21:05:24 +00:00
parent 634f29eee7
commit a81b6ac5a7

View File

@ -147,7 +147,7 @@ input:checked + .wp-toggle-slider:before {
/* Settings Content */
.wp-allstars-settings-content {
padding-top: 22px !important; /* Consistent spacing below tabs */
padding-top: 0 !important; /* Prevent double padding with parent */
}
/* Fix padding in plugin sections */