Removed maxheight of event description

(Stops text getting squished when the description is long)
This commit is contained in:
David Taylor
2015-06-29 13:10:55 +01:00
parent be698d7899
commit 16e088c155

View File

@@ -14,7 +14,7 @@
<b>{{object.start_date|date:"D jS N Y"}}</b>
</para>
<keepInFrame maxHeight="30">
<keepInFrame>
<para style="style.event_description">
{{ object.description|default_if_none:""|linebreaksbr }}
</para>