提交 0543ad64 编写于 作者: L Louis Hoebregts 提交者: Mr.doob

Docs: Reapplied #16530

上级 5fb22e40
......@@ -152,7 +152,7 @@ table td:first-child {
padding-left: 0;
}
code {
code:not(.inline) {
display: block;
padding: 1.25rem var(--page-padding);
white-space: pre-wrap;
......@@ -160,6 +160,13 @@ code {
box-sizing: border-box;
}
code.inline {
display: inline-block;
vertical-align: middle;
border-radius: 4px;
padding: 2px 5px;
}
iframe {
width: 100%;
height: 420px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册