From 18a176c89a5e4221323c83463ad55d0388a8da68 Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sat, 21 Mar 2026 15:29:02 -0500 Subject: [PATCH] fix(website): fix code block wrapping in setup section --- docs/website/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {