Increase the height of the Add Photos box in Press This to prevent unnecessary scrolling. Fixes #26506, props SergeyBiryukov.

Built from https://develop.svn.wordpress.org/trunk@26835


git-svn-id: http://core.svn.wordpress.org/trunk@26722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-09 19:16:10 +00:00
parent 4fb4588829
commit 8210442632
4 changed files with 4 additions and 4 deletions

View File

@ -10499,7 +10499,7 @@ h3.tb {
#extra-fields .titlewrap {
padding: 0;
overflow: auto;
height: 100px;
height: 120px;
}
#img_container a {

File diff suppressed because one or more lines are too long

View File

@ -10499,7 +10499,7 @@ h3.tb {
#extra-fields .titlewrap {
padding: 0;
overflow: auto;
height: 100px;
height: 120px;
}
#img_container a {

File diff suppressed because one or more lines are too long