mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 09:52:16 +00:00
Removed maxheight of event description
(Stops text getting squished when the description is long)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<b>{{object.start_date|date:"D jS N Y"}}</b>
|
<b>{{object.start_date|date:"D jS N Y"}}</b>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<keepInFrame maxHeight="30">
|
<keepInFrame>
|
||||||
<para style="style.event_description">
|
<para style="style.event_description">
|
||||||
{{ object.description|default_if_none:""|linebreaksbr }}
|
{{ object.description|default_if_none:""|linebreaksbr }}
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user