Improve handling of really long strings

Partially resolves #350, my table fix/hack doesn't work on mobile.
This commit is contained in:
2019-10-08 17:51:33 +01:00
parent 1811cc98ba
commit dc68a1f808
3 changed files with 5 additions and 5 deletions

View File

@@ -9,9 +9,9 @@
<div class="page-header">
<h1>
{% if edit and object %}
Edit Asset: {{ object.asset_id }} - {{ object.description }}
Edit Asset: {{ object.asset_id }}
{% else %}
Asset: {{ object.asset_id }} - {{ object.description }}
Asset: {{ object.asset_id }}
{% endif %}
</h1>
</div>