diff options
author | Peter Wilson <peterwilsoncc@git.wordpress.org> | 2021-05-20 04:06:35 +0000 |
---|---|---|
committer | Peter Wilson <peterwilsoncc@git.wordpress.org> | 2021-05-20 04:06:35 +0000 |
commit | 0dd43c0ce3e230722bfaba85c190602f909defde (patch) | |
tree | 30d70eec1c9db3d64350283f12bcc5b170ab97aa | |
parent | 04bcc43590cec2f00c51cec2835918f4b1cc018b (diff) | |
download | wordpress-0dd43c0ce3e230722bfaba85c190602f909defde.tar.gz wordpress-0dd43c0ce3e230722bfaba85c190602f909defde.zip |
Help/About: Reduce space below minor release log.
Reduce the size of the space below the maintenance and security release log of the WP 5.7 about page.
Props dhrumil12, audrasjb, sabernhardt, ryelle.
Fixes #53067.
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50937 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | src/wp-admin/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 13f1a7234e..bd027488f2 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -118,7 +118,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; </div> </div> - <hr class="is-large" /> + <hr /> <div class="about__section has-2-columns"> <h2 class="is-section-header is-smaller-heading"> |