Fix workflow tab 'Enable Auto Upload Images' panel width and styling to match other tabs

This commit is contained in:
Marcus Quinn
2025-03-25 01:57:57 +00:00
parent d464d4cbe8
commit 7eef6caab8

View File

@ -1397,6 +1397,26 @@ body.wp-admin .button.pricing-button:hover,
#workflow .wp-allstars-toggle { #workflow .wp-allstars-toggle {
max-width: 700px !important; max-width: 700px !important;
width: 100% !important; width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
box-sizing: border-box !important;
}
/* Fix to ensure consistent tab structure - "Enable Auto Upload Images" panel */
#workflow.tab-content {
padding: 20px !important;
}
/* Fix spacing in workflow tab to match other tabs */
#workflow .wp-allstars-toggle {
margin-bottom: 15px !important;
}
/* Consistent padding for toggle headers across all tabs */
#workflow .wp-allstars-toggle-header,
#general .wp-setting-header,
#advanced .wp-allstars-toggle-header {
padding: 15px !important;
} }
/* Keep free plugins navigation full width */ /* Keep free plugins navigation full width */