diff --git a/_inc/client/dashboard-widget/style.scss b/_inc/client/dashboard-widget/style.scss index 5c9ccdd73883e..e656818a99891 100644 --- a/_inc/client/dashboard-widget/style.scss +++ b/_inc/client/dashboard-widget/style.scss @@ -146,6 +146,13 @@ } h3 { + font-size: 1em; + font-weight: normal; + margin: 0 0 0.25em 0; + padding: 0; + } + + p.blocked-count { font-size: 1.5em; font-weight: normal; margin: 0; diff --git a/class.jetpack.php b/class.jetpack.php index ff8aa0738a109..2dd68f63bf3a8 100644 --- a/class.jetpack.php +++ b/class.jetpack.php @@ -6775,8 +6775,11 @@ public static function dashboard_widget_footer() {