diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 65e6d4501d2fd..169f0b6cda252 100644
--- a/src/wp-admin/about.php
+++ b/src/wp-admin/about.php
@@ -66,7 +66,7 @@
@@ -112,7 +112,7 @@
-
+
@@ -180,7 +180,7 @@
printf(
/* translators: %s: Requires Plugins */
__( 'There’s now an easier way to manage plugin dependencies. Plugin authors can supply a new %s header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.' ),
- 'Requires Plugins
'
+ 'Requires Plugins
'
);
?>
@@ -200,7 +200,7 @@
-
+
diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 205cf2788bcae..20a420e8ae3e0 100644
--- a/src/wp-admin/css/about.css
+++ b/src/wp-admin/css/about.css
@@ -513,6 +513,10 @@
display: none !important;
}
+.about__container code {
+ font-size: inherit;
+}
+
.about__section {
font-size: 1.125rem;
line-height: 1.55;