Commit 78bf4a7e authored by Sergey Biryukov's avatar Sergey Biryukov
Browse files

Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU.

fixes #26510.
Built from https://develop.svn.wordpress.org/trunk@27218


git-svn-id: https://core.svn.wordpress.org/trunk@27075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent c57f4fc5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ body.locale-he-il .press-this a.wp-switch-editor {
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap {
	margin-right: 8em; /* default 5em */
}
.locale-ru-ru.post-php .tagsdiv .newtag {
	width: 165px; /* default 180px - 15px */
}
.locale-ru-ru.press-this .posting {
	margin-left: 277px; /* default 252px + 25px */
}
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ body.locale-he-il .press-this a.wp-switch-editor {
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap {
	margin-left: 8em; /* default 5em */
}
.locale-ru-ru.post-php .tagsdiv .newtag {
	width: 165px; /* default 180px - 15px */
}
.locale-ru-ru.press-this .posting {
	margin-right: 277px; /* default 252px + 25px */
}
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.