Ensure inline code examples stay LTR, punctuation and all.
props alex-ye. see #30748. Built from https://develop.svn.wordpress.org/trunk@30952 git-svn-id: http://core.svn.wordpress.org/trunk@30940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b25e4524fc
commit
e9d3be4d99
|
@ -400,6 +400,7 @@ ol.ol-decimal > li {
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd,
|
kbd,
|
||||||
|
|
|
@ -400,6 +400,7 @@ ol.ol-decimal > li {
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd,
|
kbd,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue