Set post locked info height to auto so it doesn't overlap action links.

Fixes #24553 for trunk. Props azaozz.

git-svn-id: http://core.svn.wordpress.org/trunk@24906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-31 03:10:00 +00:00
parent 7b44ff4dd3
commit 4e75adda05

View File

@ -2552,7 +2552,7 @@ tr .locked-info {
}
tr.wp-locked .locked-info {
height: 22px;
height: auto;
opacity: 1;
}