Skip to content

Commit

Permalink
Admin: reduce bottom padding of admin footer (#21685)
Browse files Browse the repository at this point in the history
* Jetpack plugin: reduce bottom padding of admin footer

* Add changefile

* Update fix-jetpack-plugin-footer-size

Co-authored-by: Samiff <[email protected]>
  • Loading branch information
monsieur-z and samiff authored Nov 10, 2021
1 parent 2c0a2e1 commit bfef583
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ static function load_wrapper_styles() {
background-color: #f6f6f6;
}
@media (max-width: 782px) {
#wpbody-content {
padding-bottom: 50px;
}
}
#jp-plugin-container .wrap {
margin: 0 auto;
max-width:45rem;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: enhancement

Admin: reduce bottom padding of admin footer

0 comments on commit bfef583

Please sign in to comment.