From 5c388d7c44ef9b75ba93e2684fdecfdd7d11738b Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 11 Oct 2021 16:10:55 -0300 Subject: [PATCH] =?UTF-8?q?No=20dejar=20que=20colapsen=20los=20bloques=20d?= =?UTF-8?q?e=20c=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drip.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drip.css b/drip.css index 01b2264..24876c5 100644 --- a/drip.css +++ b/drip.css @@ -13,3 +13,7 @@ video { abbr { color: gray; } + +pre { + overflow-x: auto; +}