diff --git a/assets/css/debug-tools.css b/assets/css/debug-tools.css
index 46e57ebb1..0de8e1eba 100644
--- a/assets/css/debug-tools.css
+++ b/assets/css/debug-tools.css
@@ -1,6 +1,6 @@
.wcpdf_debug_settings_sections,
#debug-tools {
- width: calc(100% - 4em);
+ width: 100%;
max-width: 50vw;
}
diff --git a/assets/css/settings-styles.css b/assets/css/settings-styles.css
index a883b8c46..f2ecc66e4 100644
--- a/assets/css/settings-styles.css
+++ b/assets/css/settings-styles.css
@@ -502,7 +502,8 @@ body.woocommerce_page_wpo_wcpdf_options_page {
font-size: 12px;
}
-#wpo-wcpdf-settings .system-status-table {
+#wpo-wcpdf-settings .system-status-table,
+#wpo-wcpdf-settings .form-table {
margin-top: 2em;
}
diff --git a/views/advanced-status.php b/views/advanced-status.php
index 13685c982..56e6be938 100644
--- a/views/advanced-status.php
+++ b/views/advanced-status.php
@@ -226,9 +226,9 @@
$action_date = is_callable( array( $action->get_schedule(), 'get_date' ) ) ? $action->get_schedule()->get_date() : $action->get_schedule()->get_next( as_get_datetime_object() );
$yearly_reset['value'] = sprintf(
/* translators: %s action date */
- __( 'Scheduled to: %s', 'woocommerce-pdf-invoices-packing-slips' ),
+ __( 'Scheduled to: %s', 'woocommerce-pdf-invoices-packing-slips' ),
gmdate( wcpdf_date_format( null, 'yearly_reset_schedule' ), $action_date->getTimestamp() )
- );
+ );
$yearly_reset['result'] = true;
} else {
/* translators: total actions */
@@ -349,7 +349,7 @@
' . esc_url( WPO_WCPDF()->main->get_tmp_path() ) . '',
'' . esc_url( $upload_base ) . '
',
'UPLOADS
',
@@ -366,7 +366,7 @@
' . esc_url( WPO_WCPDF()->plugin_path() . '/vendor/dompdf/dompdf/lib/fonts/' ) . ''
);
?>