# 86 Comment field length

* removes comment field length limit
* adds improvements for rendering large comments
This commit is contained in:
2022-02-02 12:54:45 +01:00
parent d5e23b420e
commit 77b59db56f
15 changed files with 91 additions and 27 deletions

View File

@@ -45,8 +45,12 @@
{% trans deadline.type_humanized %}
</td>
<td class="align-middle">{{ deadline.date|default_if_none:"---" }}</td>
<td class="align-middle">{{ deadline.comment }}</td>
<td>
<td class="align-middle">
<div class="scroll-150">
{{ deadline.comment }}
</div>
</td>
<td class="align-middle">
{% if is_default_member and has_access %}
<button data-form-url="{% url 'ema:deadline-remove' obj.id deadline.id %}" class="btn btn-default btn-modal" title="{% trans 'Remove deadline' %}">
{% fa5_icon 'trash' %}