diff --git a/docs/website/index.html b/docs/website/index.html
index e3fc597..4886070 100644
--- a/docs/website/index.html
+++ b/docs/website/index.html
@@ -308,10 +308,11 @@
.wp-quickstart {
background: #f6f4ec;
border: 1px solid rgba(40, 36, 28, 0.12);
- border-radius: 8px;
+ border-radius: 2px;
padding: 20px 24px;
max-width: 480px;
margin-top: 16px;
+ overflow-x: auto;
}
.wp-quickstart code {
@@ -320,6 +321,7 @@
color: #1a1810;
display: block;
line-height: 1.8;
+ white-space: pre;
}
.wp-quickstart .wp-comment {