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:
parent
4fb4588829
commit
8210442632
|
@ -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
|
@ -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
Loading…
Reference in New Issue