Fix: Add proper tab content padding and fix Theme tab loading issues

This commit is contained in:
Marcus Quinn
2025-03-24 17:30:23 +00:00
parent 4fe9d45eba
commit ddd2846171
2 changed files with 17 additions and 12 deletions

View File

@ -137,6 +137,11 @@ input:checked + .wp-toggle-slider:before {
transform: translateX(16px);
}
/* Tab Content Area */
.wp-allstars-tab-content {
padding-top: 20px;
}
/* Base Setting Styles (Shared between simple and expandable) */
.wp-setting-base,
.wp-setting-row,