From ae85ee1c6f0447478a66301bc21afc4e59053561 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 17 Feb 2022 08:42:29 +0100 Subject: [PATCH] Allow mermaid render error to wrap (#18791) --- web_src/less/markup/content.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/less/markup/content.less b/web_src/less/markup/content.less index b8dafe3511..3d99095424 100644 --- a/web_src/less/markup/content.less +++ b/web_src/less/markup/content.less @@ -550,7 +550,7 @@ border-bottom-right-radius: 0 !important; box-shadow: none !important; font-size: 85% !important; - white-space: pre !important; + white-space: pre-wrap !important; padding: .5rem 1rem !important; text-align: left !important; }