mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
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, joedolson. Reviewed by audrasjb. Merges [56282] to the 6.3 branch. Props kebbet. Fixes #58877. Built from https://develop.svn.wordpress.org/branches/6.3@56286 git-svn-id: http://core.svn.wordpress.org/branches/6.3@55798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a91966ad2e
commit
8cbba20cf3
@ -1140,6 +1140,10 @@ border color while dragging a file over the uploader drop area */
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
white-space: break-spaces;
|
||||||
|
line-height: 1.5;
|
||||||
|
padding-top: 3px;
|
||||||
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-rotate-menu-container {
|
.imgedit-rotate-menu-container {
|
||||||
|
2
wp-admin/css/media-rtl.min.css
vendored
2
wp-admin/css/media-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1139,6 +1139,10 @@ border color while dragging a file over the uploader drop area */
|
|||||||
display: block;
|
display: block;
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
white-space: break-spaces;
|
||||||
|
line-height: 1.5;
|
||||||
|
padding-top: 3px;
|
||||||
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-rotate-menu-container {
|
.imgedit-rotate-menu-container {
|
||||||
|
2
wp-admin/css/media.min.css
vendored
2
wp-admin/css/media.min.css
vendored
File diff suppressed because one or more lines are too long
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-RC1-56280';
|
$wp_version = '6.3-RC1-56286';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user