Tests passing!

Fixed not using region for item modal, and overflow error on paperwork with really long description. Looks junk but I'm not really bothered
This commit is contained in:
2021-12-22 14:59:02 +00:00
parent a9c7bcec33
commit 936afe9d7d
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<b>{{object.start_date|date:"D jS N Y"}}</b>
</para>
<keepInFrame>
<keepInFrame maxHeight="500" onOverflow="shrink">
{{ object.description|default_if_none:""|markdown:"rml" }}
</keepInFrame>
</td>