dynamicweb/templates/admin/base_site.html

18 lines
333 B
HTML
Raw Normal View History

{% extends "admin/base_site.html" %}
{% block extrahead %}
<style>
table {
width: 90%;
border-spacing: 0;
border-collapse: collapse;
}
table thead th {
text-align: left;
}
th {
word-break: break-all;
}
</style>
{% endblock %}