Narrow the comments area

This commit is contained in:
Drew DeVault 2019-08-24 11:05:30 +09:00
parent fb5d547071
commit 5f5b59b67b
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@
</div>
</div>
<div class="row">
<div class="col-md-12 event-list ticket-events">
<div class="col-md-10 event-list ticket-events">
{% for event in events %}
{% if event.event_type not in [
EventType.created,