From 280a47f3f3d66b33a03a1cdc04e4a199d8a1e6e6 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 26 Jan 2023 13:00:44 -0800 Subject: [PATCH] Hide overflowing ordered lists --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 9f0040327a..a8faeb6616 100644 --- a/static/index.css +++ b/static/index.css @@ -91,7 +91,7 @@ dl { overflow-wrap: break-word; } -ul { +ol, ul { overflow: hidden; }