diff --git a/contracts/templates/contracts/view_contract.html b/contracts/templates/contracts/view_contract.html index 4cbd826aefad8e01dc44d4b2e931049d4700df4b..8c5cc5d6f030d9968380355eae7175b124d2d942 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 %}