From 018c1486255a2ebff67df64884ad5a2c1afce19f Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Sat, 17 Aug 2024 21:13:06 -0600 Subject: [fix] Make code line numbers scroll horizontally with code --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 4c00c3a..08f7954 100644 --- a/static/style.css +++ b/static/style.css @@ -482,6 +482,7 @@ pre, pre * { } pre code { + position: relative; display: block; margin: 0 auto; padding: 0.8rem 2rem; -- cgit v1.2.3-70-g09d2