Break up long data fields. Fixes #28.

This commit is contained in:
Ivan Filippov
2016-04-20 15:24:12 -06:00
parent fd7fd8da1f
commit cd7726c443
2 changed files with 7 additions and 0 deletions

View File

@ -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;
}