Upload: Fix misalignment of 'Copied' message.
Add `display: flex` to `.copy-to-clipboard-container` to fix alignment of elements within the container. Props sujichandran14, oglekler, sarathar, huzaifaalmesbah, nicolefurlan, joemcgill, dkotter. Fixes #58829. Built from https://develop.svn.wordpress.org/trunk@56801 git-svn-id: http://core.svn.wordpress.org/trunk@56313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb4db82558
commit
f99b282ca2
|
@ -131,6 +131,7 @@
|
|||
}
|
||||
|
||||
.media-item .edit-attachment.copy-to-clipboard-container {
|
||||
display: flex;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -130,6 +130,7 @@
|
|||
}
|
||||
|
||||
.media-item .edit-attachment.copy-to-clipboard-container {
|
||||
display: flex;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-beta2-56800';
|
||||
$wp_version = '6.4-beta2-56801';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue