diff --git a/powerdnsadmin/templates/domain.html b/powerdnsadmin/templates/domain.html index 026a89b..7421066 100755 --- a/powerdnsadmin/templates/domain.html +++ b/powerdnsadmin/templates/domain.html @@ -148,7 +148,7 @@ table#tbl_records thead th:nth-child(4) { width: 100px; } table#tbl_records tbody td { text-align: center; } table#tbl_records tbody td:nth-child(0n+5), - table#tbl_records tbody td:nth-child(0n+6) { text-align: left; } + table#tbl_records tbody td:nth-child(0n+6) { text-align: left; word-break: break-all; } {% endblock %}