From 896ce8fd5b60066dfb6e31996e2ecfc778b3cd88 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 13 Feb 2025 11:04:07 -0600 Subject: [PATCH] Allow overflow --- app/assets/stylesheets/comment-content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/comment-content.css b/app/assets/stylesheets/comment-content.css index fd0af5808..c4ddba7db 100644 --- a/app/assets/stylesheets/comment-content.css +++ b/app/assets/stylesheets/comment-content.css @@ -43,7 +43,7 @@ font-size: 0.85em; } - :where(pre) { + :is(pre) { overflow-x: auto; text-wrap: nowrap; }