From 1c30ec75b58ef9eb020f6628e6865be7d2bb2ba7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 15 Dec 2025 15:33:37 -0800 Subject: [PATCH] Set max-width for bd-content to 100% --- site/src/scss/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/scss/_layout.scss b/site/src/scss/_layout.scss index 04305e68f8..78415cc281 100644 --- a/site/src/scss/_layout.scss +++ b/site/src/scss/_layout.scss @@ -63,5 +63,6 @@ .bd-content { grid-area: content; min-width: 1px; // Fix width when bd-content contains a `
` https://github.com/twbs/bootstrap/issues/25410
+    max-width: 100%;
   }
 }
-- 
2.47.3