Media Grid: Fix missing padding in RTL in Attachment Details modal.
see #28980. Built from https://develop.svn.wordpress.org/trunk@29265 git-svn-id: http://core.svn.wordpress.org/trunk@29048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
809baf442b
commit
fcb1687039
|
@ -2873,6 +2873,7 @@ video#inline-media-node {
|
||||||
.edit-attachment-frame .attachment-info .settings {
|
.edit-attachment-frame .attachment-info .settings {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
float: none;
|
float: none;
|
||||||
|
position: relative;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2873,6 +2873,7 @@ video#inline-media-node {
|
||||||
.edit-attachment-frame .attachment-info .settings {
|
.edit-attachment-frame .attachment-info .settings {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
float: none;
|
float: none;
|
||||||
|
position: relative;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue