Skip to content
Snippets Groups Projects
Verified Commit f5d64b4a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update styling of CRUD event log.

parent 6a230570
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,7 @@
<div class="card-header bg-light text-dark">
{% blocktrans %}Change history{% endblocktrans %}
</div>
<div class="card-body">
{% include 'core/crud_events_ul.html' with class_ul='list-group list-group-flush' class_li='list-group-item' obj=lesson_documentation %}
</div>
{% include 'core/crud_events_ul.html' with class_ul='list-group list-group-flush' class_li='list-group-item d-flex justify-content-between align-items-center' obj=lesson_documentation %}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment