Media Grid: Fix missing padding in RTL in Attachment Details modal.

see #28980.

git-svn-id: https://develop.svn.wordpress.org/trunk@29265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-07-22 03:17:59 +00:00
parent 708af1c467
commit d51539d8b3
1 changed files with 1 additions and 0 deletions

View File

@ -2873,6 +2873,7 @@ video#inline-media-node {
.edit-attachment-frame .attachment-info .settings {
overflow: hidden;
float: none;
position: relative;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;