diff --git a/module.json b/module.json index d640605..75355c0 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "kosmos-storage-audit", "title": "Kosmos Storage Audit", "description": "Analyzes media references and risky storage locations across Foundry data and public roots.", - "version": "0.0.17", + "version": "0.0.18", "compatibility": { "minimum": "13", "verified": "13" diff --git a/styles/audit.css b/styles/audit.css index 357a7f4..a85ad51 100644 --- a/styles/audit.css +++ b/styles/audit.css @@ -202,7 +202,6 @@ .storage-audit__table { width: 100%; border-collapse: collapse; - table-layout: fixed; } .storage-audit__table th, @@ -220,14 +219,11 @@ font-weight: 700; } +.storage-audit__table th:first-child, .storage-audit__table td:first-child, -.storage-audit__table th:first-child { - width: 7rem; -} - -.storage-audit__table td:nth-child(3), -.storage-audit__table th:nth-child(3) { - width: 7rem; +.storage-audit__table th:nth-child(3), +.storage-audit__table td:nth-child(3) { + white-space: nowrap; } .storage-audit__source-list {