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:
parent
24a69e1602
commit
0d977c4042
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue