From 6c8c54cbb51263874c81ffdc2d76334e72d4d733 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 26 Jan 2023 13:28:36 -0800 Subject: [PATCH] Hide overflowing ordered lists (#1384) --- 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; }