Fix css bug

This commit is contained in:
cuom1999 2022-11-19 19:58:23 -06:00
parent 5b3238ca55
commit 76c22c074b

View file

@ -387,9 +387,10 @@
{% with license=problem.license %}
{% if license %}
<span class="license">
<span class="license">
<a href="{{ url('license', license.key) }}">{{ license.display or license.name }}</a>
</span>
<div style="clear:both"></div>
{% endif %}
{% endwith %}
{% endblock %}