Remove some unnecessary empty space in the media library grid view. props adamsilverstein. see #24716.
Built from https://develop.svn.wordpress.org/trunk@29017 git-svn-id: http://core.svn.wordpress.org/trunk@28805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ea46c7423a
commit
d7abad48e0
|
@ -1082,6 +1082,7 @@ video#inline-media-node {
|
||||||
|
|
||||||
.attachments-browser.hide-sidebar .attachments {
|
.attachments-browser.hide-sidebar .attachments {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-browser .instructions {
|
.attachments-browser .instructions {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1082,6 +1082,7 @@ video#inline-media-node {
|
||||||
|
|
||||||
.attachments-browser.hide-sidebar .attachments {
|
.attachments-browser.hide-sidebar .attachments {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments-browser .instructions {
|
.attachments-browser .instructions {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue