5
0
mirror of https://github.com/cwinfo/powerdns-admin.git synced 2025-05-10 20:17:19 +00:00

Merge pull request from ivanfilippov/long_records_fix

Break up long data fields. Fixes .
This commit is contained in:
Khanh Ngo 2016-04-21 14:49:35 +07:00
commit a8467dcd31
2 changed files with 7 additions and 0 deletions
app/static/admin
layout2/css
pages/scripts

@ -1,5 +1,9 @@
/* here you can put your own css to customize and override the theme */
.length-break {
word-break: break-all !important;
}
#tbl_record_manage td {
font-family:'Roboto Mono' !important;
}

@ -160,6 +160,9 @@ var TableEditable = function () {
}, {
"searchable": true,
"targets": [0]
}, {
"className": "length-break",
targets: [4]
}],
"order": [
[0, "asc"]