diff --git a/client/blocks/plugin-scheduled-updates-common/styles.scss b/client/blocks/plugin-scheduled-updates-common/styles.scss index 301ccb3d3d88f..634bb56a0e687 100644 --- a/client/blocks/plugin-scheduled-updates-common/styles.scss +++ b/client/blocks/plugin-scheduled-updates-common/styles.scss @@ -4,12 +4,6 @@ $brand-display: "SF Pro Display", sans-serif; -.plugins-update-manager:not(.plugins-update-manager-multisite) { - .empty-state { - max-width: 80%; - } -} - .plugins-update-manager, .plugins-update-manager-multisite { // Table cells style based on the screen size @@ -81,7 +75,6 @@ $brand-display: "SF Pro Display", sans-serif; } .empty-state { - max-width: 50%; text-align: left; padding: 0; diff --git a/client/blocks/plugins-scheduled-updates/schedule-list-empty.tsx b/client/blocks/plugins-scheduled-updates/schedule-list-empty.tsx index ee52221b241f0..cc6d35b89b944 100644 --- a/client/blocks/plugins-scheduled-updates/schedule-list-empty.tsx +++ b/client/blocks/plugins-scheduled-updates/schedule-list-empty.tsx @@ -15,7 +15,7 @@ export const ScheduleListEmpty = ( props: Props ) => { const { siteHasEligiblePlugins } = useSiteHasEligiblePlugins(); return ( -