diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 8e03652..6ddaec6 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -60,6 +60,7 @@ .list-table {padding:8px} .list-table td.file,.list-table th.file{width:95%;} .size, .updated_at{display:none} + .list-table td,.list-table th{overflow:auto;text-overflow:unset} } @media only screen and (max-width:1152px){ .list-table td.file,.list-table th.file{width:calc(95% - 220px)} diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 281c209..fa4a2cc 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -60,6 +60,7 @@ .list-table {padding:8px} .list-table td.file,.list-table th.file{width:95%;} .size, .updated_at{display:none} + .list-table td,.list-table th{overflow:auto;text-overflow:unset} } @media only screen and (max-width:1152px){ .list-table td.file,.list-table th.file{width:calc(95% - 220px)} diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index 9c664c9..a7121b3 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -60,6 +60,7 @@ .list-table {padding:8px} .list-table td.file,.list-table th.file{width:95%;} .size, .updated_at{display:none} + .list-table td,.list-table th{overflow:auto;text-overflow:unset} } @media only screen and (max-width:1152px){ .list-table td.file,.list-table th.file{width:calc(95% - 220px)}