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:
joedolson
2023-10-08 18:21:23 +00:00
parent eb4db82558
commit f99b282ca2
5 changed files with 5 additions and 3 deletions

View File

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

View File

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