Fix workflow tab content width to be consistent with other tabs

This commit is contained in:
Marcus Quinn
2025-03-25 01:56:10 +00:00
parent 817b564813
commit d464d4cbe8

View File

@ -1392,6 +1392,13 @@ body.wp-admin .button.pricing-button:hover,
margin-right: auto !important;
}
/* Specific fix for workflow tab container */
#workflow.wp-allstars-settings-content,
#workflow .wp-allstars-toggle {
max-width: 700px !important;
width: 100% !important;
}
/* Keep free plugins navigation full width */
#recommended .nav-tab-wrapper,
#recommended .subsubsub {