From d6a27b7841637e2097badb8f3610257d6e5b1894 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Tue, 21 Mar 2023 00:45:17 +0100
Subject: [PATCH] fix prose class

---
 contracts/templates/contracts/view_contract.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contracts/templates/contracts/view_contract.html b/contracts/templates/contracts/view_contract.html
index 4cbd826..8c5cc5d 100644
--- a/contracts/templates/contracts/view_contract.html
+++ b/contracts/templates/contracts/view_contract.html
@@ -267,9 +267,9 @@
                                 </div>
                             </td>
                             <td class="w-4/5 !p-2.5">
-                                <p class="prose min-w-none">
+                                <div class="prose max-w-none">
                                     {{ contract.notes|markdownify|safe }}
-                                </p>
+                                </div>
                             </td>
                         </tr>
                     {% endif %}
-- 
GitLab