diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 0bab530..1e13113 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -59,7 +59,7 @@ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} - .list-table td, .list-table th{white-space:nowrap;overflow:auto;max-width:80px} + .list-table td, .list-table th{white-space:nowrap;overflow:auto} .size, .updated_at{display:none} } diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index a34dd47..4023f70 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -58,7 +58,7 @@ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} - .list-table td, .list-table th{white-space:nowrap;overflow:auto;max-width:80px} + .list-table td, .list-table th{white-space:nowrap;overflow:auto} .size, .updated_at{display:none} } diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index 4c3e3c5..f6431af 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -58,7 +58,7 @@ .title{margin-bottom:24px} .list-wrapper{width:96%; margin:0 auto 10px;} .list-table {padding:8px} - .list-table td, .list-table th{white-space:nowrap;overflow:auto;max-width:80px} + .list-table td, .list-table th{white-space:nowrap;overflow:auto} .size, .updated_at{display:none} }