mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
site: fix css of direction (#23953)
This commit is contained in:
parent
f8c1e794da
commit
3d578c87be
@ -38,6 +38,10 @@ pre[class*='language-'] {
|
|||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code[class*='css'] {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
|
|
||||||
pre[class*='language-']::-moz-selection,
|
pre[class*='language-']::-moz-selection,
|
||||||
pre[class*='language-'] ::-moz-selection,
|
pre[class*='language-'] ::-moz-selection,
|
||||||
code[class*='language-']::-moz-selection,
|
code[class*='language-']::-moz-selection,
|
||||||
|
Loading…
Reference in New Issue
Block a user