Set post locked info height to auto so it doesn't overlap action links.
Fixes #24553 for trunk. Props azaozz. git-svn-id: https://develop.svn.wordpress.org/trunk@24906 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f7f6aa3685
commit
0a739e4ae0
@ -2552,7 +2552,7 @@ tr .locked-info {
|
||||
}
|
||||
|
||||
tr.wp-locked .locked-info {
|
||||
height: 22px;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user