dynamicweb/templates/admin/base_site.html
2021-01-22 22:41:56 +05:30

18 lines
No EOL
333 B
HTML

{% 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 %}