diff --git a/powerdnsadmin/static/custom/css/custom.css b/powerdnsadmin/static/custom/css/custom.css index 7b8e281..474d77a 100644 --- a/powerdnsadmin/static/custom/css/custom.css +++ b/powerdnsadmin/static/custom/css/custom.css @@ -1,5 +1,6 @@ .length-break { word-break: break-all !important; + width: 70% !important; } table td { diff --git a/powerdnsadmin/templates/domain.html b/powerdnsadmin/templates/domain.html index 2146bb3..90846de 100644 --- a/powerdnsadmin/templates/domain.html +++ b/powerdnsadmin/templates/domain.html @@ -138,7 +138,7 @@ "columnDefs": [ { type: 'natural', - targets: [0, 5] + targets: [0, 4] }, { // hidden column so that we can add new records on top @@ -148,7 +148,7 @@ }, { className: "length-break", - targets: [ 5 ] + targets: [ 4, 5 ] } ], "orderFixed": [[8, 'asc']] diff --git a/powerdnsadmin/templates/template_edit.html b/powerdnsadmin/templates/template_edit.html index 8c22ca9..497d82c 100644 --- a/powerdnsadmin/templates/template_edit.html +++ b/powerdnsadmin/templates/template_edit.html @@ -62,10 +62,10 @@ {{ record.ttl }} - + {{ record.data }} - + {{ record.comment }} @@ -123,7 +123,7 @@ "columnDefs": [ { type: 'natural', - targets: [0, 5] + targets: [0, 4] }, { // hidden column so that we can add new records on top @@ -133,7 +133,7 @@ }, { className: "length-break", - targets: [ 5 ] + targets: [ 4, 5 ] } ], "orderFixed": [[8, 'asc']]