From ac34cdcf498b390805de28568278172968c8dddb Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 19 Aug 2025 11:37:34 -0500 Subject: [PATCH] Always overflow pre tags even without data-language --- app/assets/stylesheets/rich-text-content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index b0969cc3a..b7d525c6d 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -74,6 +74,7 @@ margin-block: var(--block-margin); padding: 0.1em 0.3em; + &:is(pre), &[data-language] { border-radius: 0.5em; display: block;