Fix width problems in mailbox table, change image name to stretch

This commit is contained in:
andryyy
2017-05-02 09:42:07 +02:00
parent 8f5ffdf020
commit 3fc42465a0
2 changed files with 3 additions and 3 deletions

View File

@@ -107,8 +107,8 @@ $(document).ready(function() {
});
$('#mailbox_table').footable({
"columns": [
{"sorted": true,"name":"username","style":{"word-break":"break-all"},"title":lang.username},
{"name":"name","title":lang.fname,"style":{"word-break":"break-all"},"breakpoints":"xs sm"},
{"sorted": true,"name":"username","style":{"word-break":"break-all","min-width":"180px"},"title":lang.username},
{"name":"name","title":lang.fname,"style":{"word-break":"break-all","min-width":"180px"},"breakpoints":"xs sm"},
{"name":"domain","title":lang.domain,"breakpoints":"xs sm"},
{"name":"quota","style":{"whiteSpace":"nowrap"},"title":lang.domain_quota,"formatter": function(value){
res = value.split("/");