Force LTR direction for code and plugin/theme editors.
props SergeyBiryukov, nivijah. fixes #26666 for trunk. Built from https://develop.svn.wordpress.org/trunk@26888 git-svn-id: http://core.svn.wordpress.org/trunk@26771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c829c31aa9
commit
8a82e4c463
|
@ -564,9 +564,11 @@ ol.ol-decimal > li {
|
|||
margin: 0 0 0.5em;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
.code,
|
||||
code {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
input.code {
|
||||
|
@ -10621,6 +10623,12 @@ input.newtag:focus ~ div.taghint {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
#template textarea,
|
||||
#docs-list {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#template p {
|
||||
width: 97%;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -564,9 +564,11 @@ ol.ol-decimal > li {
|
|||
margin: 0 0 0.5em;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
.code,
|
||||
code {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
input.code {
|
||||
|
@ -10621,6 +10623,12 @@ input.newtag:focus ~ div.taghint {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
#template textarea,
|
||||
#docs-list {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#template p {
|
||||
width: 97%;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue