Show horizontal on the list item template only when there are items present.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
b45be228d2
commit
d201f2c31c
@@ -47,7 +47,9 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<hr style="border-bottom: 1px solid lightgrey;">
|
||||
{% if object_list %}
|
||||
<hr style="border-bottom: 1px solid lightgrey;">
|
||||
{% endif %}
|
||||
{% if scrollable_content %}
|
||||
<div style="border: 1px solid; height: {{ scrollable_content_height }}; overflow: auto;">
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user