From 8283401599a681f9cadf570165eb361d254d7a4f Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Wed, 5 Mar 2025 12:58:05 -0500 Subject: [PATCH] Fix overhang on mobile in 0.14.0 release notes --- assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index ebd3dc60a..8484d4dc4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -155,6 +155,12 @@ code { direction: ltr; } +code { + overflow-x: auto; + display: inline-block; + max-width: 100%; +} + pre > code, samp { display: block;