mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Merge pull request #34 from ivanfilippov/long_records_fix
Break up long data fields. Fixes #28.
This commit is contained in:
commit
a8467dcd31
@ -1,5 +1,9 @@
|
|||||||
/* here you can put your own css to customize and override the theme */
|
/* here you can put your own css to customize and override the theme */
|
||||||
|
|
||||||
|
.length-break {
|
||||||
|
word-break: break-all !important;
|
||||||
|
}
|
||||||
|
|
||||||
#tbl_record_manage td {
|
#tbl_record_manage td {
|
||||||
font-family:'Roboto Mono' !important;
|
font-family:'Roboto Mono' !important;
|
||||||
}
|
}
|
||||||
|
@ -160,6 +160,9 @@ var TableEditable = function () {
|
|||||||
}, {
|
}, {
|
||||||
"searchable": true,
|
"searchable": true,
|
||||||
"targets": [0]
|
"targets": [0]
|
||||||
|
}, {
|
||||||
|
"className": "length-break",
|
||||||
|
targets: [4]
|
||||||
}],
|
}],
|
||||||
"order": [
|
"order": [
|
||||||
[0, "asc"]
|
[0, "asc"]
|
||||||
|
Loading…
Reference in New Issue
Block a user