Media: Fix Image rotation button overflow in translations.

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.
Built from https://develop.svn.wordpress.org/trunk@56282


git-svn-id: http://core.svn.wordpress.org/trunk@55794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2023-07-22 19:23:25 +00:00
parent 88ae6ae84f
commit a194e4b762
5 changed files with 11 additions and 3 deletions

View File

@ -1140,6 +1140,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 {

File diff suppressed because one or more lines are too long

View File

@ -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 {

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56281';
$wp_version = '6.4-alpha-56282';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.