Skip to content

Commit

Permalink
Menus: Improve padding on bulk action labels for small screens.
Browse files Browse the repository at this point in the history
Props sumitsingh, sabernhardt, ryokuhi, priyank9033, audrasjb, pbiron.
Fixes #54855.


git-svn-id: https://develop.svn.wordpress.org/trunk@52971 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Mar 21, 2022
1 parent e6eaa58 commit 97c716c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wp-admin/css/nav-menus.css
Expand Up @@ -1019,4 +1019,8 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
#menu-locations-wrap .widefat {
width: 100%;
}

.bulk-select-button {
padding: 5px 10px;
}
}

0 comments on commit 97c716c

Please sign in to comment.