提交 88b0c875 编写于 作者: Y Yoshiya Hinosawa 提交者: Ryan Dahl

website: use pre-wrap (#2486)

上级 163d60bf
...@@ -67,7 +67,8 @@ pre { ...@@ -67,7 +67,8 @@ pre {
color: #161616; color: #161616;
background: rgba(36, 126, 233, 0.1); background: rgba(36, 126, 233, 0.1);
padding: 15px; padding: 15px;
word-wrap: normal; white-space: pre-wrap;
word-break: break-all;
overflow-x: auto; overflow-x: auto;
} }
...@@ -115,7 +116,7 @@ code { ...@@ -115,7 +116,7 @@ code {
@keyframes spinner { @keyframes spinner {
to {transform: rotate(360deg);} to {transform: rotate(360deg);}
} }
.spinner:before { .spinner:before {
content: ''; content: '';
box-sizing: border-box; box-sizing: border-box;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册