Skip to content

Commit

Permalink
Media: Fix Image rotation button overflow in translations.
Browse files Browse the repository at this point in the history
Fix CSS to cover the image rotation button action text being longer than the Image Rotation menu toggle. Prevent the button text from overflowing the button. Follow-up to [56239].

Props kebbet.
Fixes #58877.

git-svn-id: https://develop.svn.wordpress.org/trunk@56282 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
joedolson committed Jul 22, 2023
1 parent c3e9e23 commit f8e7a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wp-admin/css/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,10 @@ border color while dragging a file over the uploader drop area */
display: block;
margin: 2px 0;
width: 100%;
white-space: break-spaces;
line-height: 1.5;
padding-top: 3px;
padding-bottom: 2px;
}

.imgedit-rotate-menu-container {
Expand Down

0 comments on commit f8e7a16

Please sign in to comment.