Fix field alignment in the "Insert/edit link" dialog.

Props SergeyBiryukov
fixes #22275


git-svn-id: https://develop.svn.wordpress.org/trunk@22383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-11-05 22:42:22 +00:00
parent 24a69e1602
commit 0d977c4042
1 changed files with 2 additions and 1 deletions

View File

@ -1221,7 +1221,8 @@ html[dir="rtl"] .wp-switch-editor {
margin-top: 5px;
}
#wp-link label span.search-label {
#wp-link #link-options label span,
#wp-link #search-panel label span.search-label {
display: inline-block;
width: 80px;
text-align: right;