From 582b30d167e3b623878c3fc2bfb24987f3cb99e0 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sat, 16 Sep 2023 17:07:48 +0530 Subject: [PATCH] docs: fix `pre` element overflow in home page --- docs/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/css/style.css b/docs/css/style.css index f5ab8822aa8..32edaaea473 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -46,6 +46,7 @@ pre { background: #eee; padding: 5px; border-radius: 3px; + overflow-x: auto; } code { color: #333;