From eabb5a14c84c3f4052dfba002d05034e0f0e8107 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 19 Mar 2025 16:34:33 -0500 Subject: [PATCH] This is causing layout issues with code blocks Ideally they would scroll and keep the original line breaks but the layout needs proper constraints for that to happen --- 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 ee95e8caa..8d2a9bc25 100644 --- a/app/assets/stylesheets/comment-content.css +++ b/app/assets/stylesheets/comment-content.css @@ -45,7 +45,7 @@ :is(pre) { overflow-x: auto; - text-wrap: nowrap; + /* text-wrap: nowrap; */ } :where(code) {