fix(website): fix code block wrapping in setup section

This commit is contained in:
Jason Staack
2026-03-21 15:29:02 -05:00
parent ce894505dc
commit 18a176c89a

View File

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