From af69733d98161e070da070fb832b7366bcec15db Mon Sep 17 00:00:00 2001
From: Andrea Franchini <hello@andreafranchini.com>
Date: Thu, 15 Jun 2023 15:41:27 +0200
Subject: [PATCH] fix err msg wrapping

---
 mc_openapi/assets/templates/error.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mc_openapi/assets/templates/error.html b/mc_openapi/assets/templates/error.html
index 3afeee1..bf76d60 100644
--- a/mc_openapi/assets/templates/error.html
+++ b/mc_openapi/assets/templates/error.html
@@ -11,7 +11,7 @@
     </div>
     <div class="message-body">
         <h2 class="title is-6 my-2">Description</h2>
-        <p>{{message}}</p>
+        <pre class="is-family-monospace message-body">{{message}}</pre>
         <details>
             <summary class="title is-6 my-2">Debug Message</summary>
             <pre class="is-family-monospace message-body">
-- 
GitLab